diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-21 16:34:30 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-22 02:10:16 +0200 |
commit | b5175e3f8ba07c5a2adcf75909d4e8d8cd2ecdc5 (patch) | |
tree | ede5ebb5e281dfdb8094dfc1eb0ee67f4efd9a78 /x11-themes/QGnomePlatform | |
parent | www-servers/nginx: remove unused patch/files (diff) | |
download | gentoo-b5175e3f8ba07c5a2adcf75909d4e8d8cd2ecdc5.tar.gz gentoo-b5175e3f8ba07c5a2adcf75909d4e8d8cd2ecdc5.tar.bz2 gentoo-b5175e3f8ba07c5a2adcf75909d4e8d8cd2ecdc5.zip |
x11-themes/QGnomePlatform: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30683
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r-- | x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch b/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch deleted file mode 100644 index 292088bd1f84..000000000000 --- a/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/theme/qxdgdesktopportalfiledialog.cpp~ 2022-01-11 10:46:15.000000000 +0100 -+++ b/src/theme/qxdgdesktopportalfiledialog.cpp 2022-04-26 12:16:07.504955234 +0200 -@@ -165,7 +165,7 @@ - QLatin1String("/org/freedesktop/portal/desktop"), - QLatin1String("org.freedesktop.portal.FileChooser"), - d->saveFile ? QLatin1String("SaveFile") : QLatin1String("OpenFile")); -- QString parentWindowId = QLatin1String("x11:") + QString::number(d->winId); -+ QString parentWindowId = QLatin1String("x11:") + QString::number(d->winId, 16); - - QVariantMap options; - if (!d->acceptLabel.isEmpty()) |