diff options
author | Simos Xenitellis <simos@src.gnome.org> | 2008-12-03 16:19:45 +0000 |
---|---|---|
committer | Simos Xenitellis <simos@src.gnome.org> | 2008-12-03 16:19:45 +0000 |
commit | 41639683d9b93f66f292ee0cc475708751ef56b2 (patch) | |
tree | 365f37d7adbc38212d027df48f7098f882fe2f1b /gtk/gtkimcontextsimple.c | |
parent | b07127231e8343e0f41575fbbe473f570dd6c814 (diff) | |
download | gtk+-41639683d9b93f66f292ee0cc475708751ef56b2.tar.gz |
Closes #557420 – Some compose sequences don't work anymore
svn path=/trunk/; revision=21843
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 90d205513e..532ddefb7f 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -53,7 +53,7 @@ struct _GtkComposeTableCompact */ #include "gtkimcontextsimpleseqs.h" -/* From the values below, the value 20 means the number of different first keysyms +/* From the values below, the value 23 means the number of different first keysyms * that exist in the Compose file (from Xorg). When running compose-parse.py without * parameters, you get the count that you can put here. Needed when updating the * gtkimcontextsimpleseqs.h header file (contains the compose sequences). @@ -61,7 +61,7 @@ struct _GtkComposeTableCompact static const GtkComposeTableCompact gtk_compose_table_compact = { gtk_compose_seqs_compact, 5, - 20, + 23, 6 }; |