Closed #555625 – Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h)
svn path=/trunk/; revision=21634
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user