From 17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 7 Sep 2011 15:12:14 +0000 Subject: Wed Sep 7 15:12:12 UTC 2011 --- extra/gcin/gtk3-crash.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 extra/gcin/gtk3-crash.patch (limited to 'extra/gcin') diff --git a/extra/gcin/gtk3-crash.patch b/extra/gcin/gtk3-crash.patch deleted file mode 100644 index 17cfa6c2d..000000000 --- a/extra/gcin/gtk3-crash.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -aur old/gtk3-im/gtkimcontextgcin.c new/gtk3-im/gtkimcontextgcin.c ---- old/gtk3-im/gtkimcontextgcin.c 2011-08-31 09:14:58.000000000 -0700 -+++ new/gtk3-im/gtkimcontextgcin.c 2011-09-04 13:29:58.838065420 -0700 -@@ -127,6 +127,8 @@ - { - GdkWindow *client_window = context_xim->client_window; - GdkScreen *screen = gdk_window_get_screen (client_window); -+ if (screen == NULL) -+ return; - GdkDisplay *display = gdk_screen_get_display (screen); - if (!context_xim->gcin_ch) { - if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY_XDISPLAY(gdk_display_get_default())))) -- cgit v1.2.3-54-g00ecf