[iok/f16] Add missing patch

pnemade pnemade at fedoraproject.org
Sat Mar 3 05:39:35 UTC 2012


commit c6ba9672f2b75b30ecebce898f7130b56ca30f74
Author: Parag Nemade <pnemade at redhat.com>
Date:   Sat Mar 3 11:09:19 2012 +0530

    Add missing patch

 iok-1.3.13-increase-size-xkb-name-array.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/iok-1.3.13-increase-size-xkb-name-array.patch b/iok-1.3.13-increase-size-xkb-name-array.patch
new file mode 100644
index 0000000..c4019cc
--- /dev/null
+++ b/iok-1.3.13-increase-size-xkb-name-array.patch
@@ -0,0 +1,12 @@
+diff -urN src/interface.c.old src/interface.c
+--- src/interface.c.old	2011-10-17 09:12:11.000000000 +0530
++++ src/interface.c	2012-03-02 21:10:50.713084510 +0530
+@@ -165,7 +165,7 @@
+ GtkWidget *slabel;
+ wchar_t *tmpkey;
+ 
+-char *gtxtkeya,*gtxtkeyb,toggle_keymap[50],map_to_read[50];
++char *gtxtkeya,*gtxtkeyb,toggle_keymap[80],map_to_read[80];
+ wchar_t *gtxtvaluea,*gtxtvalueb;
+ GtkWidget *Reassign_Key;
+ GtkWidget *lbl_rk1;


More information about the scm-commits mailing list