aboutsummarylogtreecommitdiffstats
path: root/fixes__xfce-inhibit-errors.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2019-03-13 04:43:13 +0100
committerTomasz Gąsior2019-03-13 04:43:13 +0100
commit564cb4f4a383c26e2c1939425b67472796a69e7f (patch)
tree1a7f8f8d771a1dc46ad200e579167f601508f66d /fixes__xfce-inhibit-errors.patch
parent52873268a0fbfbfe5f20067694b8bf63c2ead15d (diff)
downloadaur-564cb4f4a383c26e2c1939425b67472796a69e7f.tar.gz
Update GTK & disable too large menu patch
This commit disables "fixes__too-large-menu-covers-bar" patch. It's incompatible with recent changes in GTK source code and I won't update it because I don't use this package anymore. Also, this patch is hacky and unstable so it will be kept disabled until someone will make it more stable.
Diffstat (limited to 'fixes__xfce-inhibit-errors.patch')
-rw-r--r--fixes__xfce-inhibit-errors.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/fixes__xfce-inhibit-errors.patch b/fixes__xfce-inhibit-errors.patch
deleted file mode 100644
index fc086a97f55a..000000000000
--- a/fixes__xfce-inhibit-errors.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --color -U 5 -r -Z -B ./org/gtk/gtkapplication-dbus.c ./mod/gtk/gtkapplication-dbus.c
---- ./org/gtk/gtkapplication-dbus.c 2018-09-14 05:32:45.000000000 +0200
-+++ ./mod/gtk/gtkapplication-dbus.c 2018-09-22 00:05:37.731044507 +0200
-@@ -644,11 +644,11 @@
- return cookie;
- }
-
- if (error)
- {
-- if (!warned)
-+ if (FALSE)
- {
- g_warning ("Calling %s.Inhibit failed: %s",
- g_dbus_proxy_get_interface_name (dbus->sm_proxy),
- error->message);
- warned = TRUE;