summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-05-24 10:41:55 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-29 22:07:54 +0100
commit6c8dbc2e8db5a8b70b14e616f0037569e5864d78 (patch)
treeb763e891972a485136c10e5f7caff47980f9702b /meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch
parent1b2e70ca8a15d4f536026c9302fc901810aba7cd (diff)
downloadpoky-6c8dbc2e8db5a8b70b14e616f0037569e5864d78.tar.gz
gtk+: update to upstream version 2.24.18
(From OE-Core rev: 4d5ac121db74ff662293d38ba453416b0a54d5fd) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch
deleted file mode 100644
index d0a970ad4d..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+-2.24.15/xsettings.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Upstream-Status: Pending
2
3Index: gtk+-2.21.2/gdk/x11/gdkevents-x11.c
4===================================================================
5--- gtk+-2.21.2.orig/gdk/x11/gdkevents-x11.c 2010-06-22 17:28:04.000000000 +0800
6+++ gtk+-2.21.2/gdk/x11/gdkevents-x11.c 2010-06-22 17:28:06.000000000 +0800
7@@ -3062,10 +3062,9 @@
8 {
9 GdkScreenX11 *screen = data;
10
11- if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent))
12- return GDK_FILTER_REMOVE;
13- else
14- return GDK_FILTER_CONTINUE;
15+ xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent);
16+
17+ return GDK_FILTER_CONTINUE;
18 }
19
20 static Bool