summaryrefslogtreecommitdiff
path: root/x11-themes/QGnomePlatform/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-22 06:03:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-22 06:03:54 +0100
commit2cf667d4c687ef89fe0fc530e2a5bc8518941728 (patch)
tree2c3d9d2811057086d13cacb1de6cbe6ea8962618 /x11-themes/QGnomePlatform/files
parentd3bd579653c6e5f8e1c0a36517372a262ade6c8d (diff)
gentoo auto-resync : 22:04:2023 - 06:03:54
Diffstat (limited to 'x11-themes/QGnomePlatform/files')
-rw-r--r--x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch11
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())