diff --git a/debian/changelog b/debian/changelog index 2e99eea..81a5f82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libqtxdg (3.11.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + * Update patches. -- Simon Quigley Wed, 10 May 2023 11:46:25 -0500 diff --git a/debian/patches/ubuntu-gettext-translations.patch b/debian/patches/ubuntu-gettext-translations.patch index 6fe741b..3ab6f78 100644 --- a/debian/patches/ubuntu-gettext-translations.patch +++ b/debian/patches/ubuntu-gettext-translations.patch @@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ #include #include -@@ -921,7 +922,22 @@ QString XdgDesktopFile::localizedKey(con +@@ -920,7 +921,22 @@ QString XdgDesktopFile::localizedKey(con QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const { @@ -37,3 +37,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + return value(localizedKey(key), defaultValue); + } } + +