summaryrefslogtreecommitdiff
path: root/extra/gcin
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-09-07 15:12:14 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-09-07 15:12:14 +0000
commit17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 (patch)
treea5dc572b00dd5ed1d8a3bbf53249fd4352ece559 /extra/gcin
parente2fb609d3af7a203357fd6ca983fef5f4dfba7eb (diff)
Wed Sep 7 15:12:12 UTC 2011
Diffstat (limited to 'extra/gcin')
-rw-r--r--extra/gcin/gtk3-crash.patch12
1 files changed, 0 insertions, 12 deletions
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()))))