diff options
author | John Ralls <jralls@ceridwen.fremont.ca.us> | 2010-10-06 01:18:25 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-06 01:20:29 +0200 |
commit | c3851df92d9c4bff0bb99855faa8c8110d248318 (patch) | |
tree | b7d5cd9735f500657f241c0089bc2506aec16d56 /gdk/x11/gdkkeys-x11.c | |
parent | 718ccc9e4ecfc9614fe1a50b1ff9d01938314a9e (diff) | |
download | gtk+-c3851df92d9c4bff0bb99855faa8c8110d248318.tar.gz |
Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalents
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=631475
Signed-off-by: Javier Jardón <jjardon@gnome.org>
Diffstat (limited to 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index e0a7414317..831c69f1d4 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -384,9 +384,9 @@ update_keymaps (GdkKeymapX11 *keymap_x11) &keymap_x11->keysyms_per_keycode); - /* GDK_ISO_Left_Tab, as usually configured through XKB, really messes + /* GDK_KEY_ISO_Left_Tab, as usually configured through XKB, really messes * up the whole idea of "consumed modifiers" because shift is consumed. - * However, <shift>Tab is not usually GDK_ISO_Left_Tab without XKB, + * However, <shift>Tab is not usually GDK_KEY_ISO_Left_Tab without XKB, * we we fudge the map here. */ keycode = keymap_x11->min_keycode; |