Closed #555625 – Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h)

svn path=/trunk/; revision=21634
This commit is contained in:
Simos Xenitellis
2008-10-12 16:11:48 +00:00
parent 7f78ec24a8
commit 77a980ec79
3 changed files with 35 additions and 285 deletions

View File

@ -53,7 +53,7 @@ struct _GtkComposeTableCompact
*/
#include "gtkimcontextsimpleseqs.h"
/* From the values below, the value 22 means the number of different first keysyms
/* From the values below, the value 20 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,
22,
20,
6
};