summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-17 12:35:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-17 13:05:18 +0100
commita11630f4eb667d78260cec09d2bafe621bad04e1 (patch)
treec3e7e7bf800b98d8dc6019e9b4081ae48ff2a50d /meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch
parent8ba09db01ab6ed9a57498528ab20abd12c1fa314 (diff)
downloadopenembedded-core-contrib-a11630f4eb667d78260cec09d2bafe621bad04e1.tar.gz
gtk+ remove 2.16.6
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch b/meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch
deleted file mode 100644
index 98d335363b..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+-2.16.6/xsettings.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Upstream-Status: Pending
-
---- gtk+-2.4.4/gdk/x11/gdkevents-x11.c.old Sun Aug 22 17:14:00 2004
-+++ gtk+-2.4.4/gdk/x11/gdkevents-x11.c Sun Aug 22 17:14:00 2004
-@@ -2827,10 +2827,9 @@
- {
- GdkScreenX11 *screen = data;
-
-- if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent))
-- return GDK_FILTER_REMOVE;
-- else
-- return GDK_FILTER_CONTINUE;
-+ xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent);
-+
-+ return GDK_FILTER_CONTINUE;
- }
-
- static void