diff options
author | Jasmine Hassan <[email protected]> | 2012-11-05 14:20:13 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:50 +0200 |
commit | 0d0641f10e84e0de0b39e63789508c260913cc98 (patch) | |
tree | 6edb94bcae1f8fc4c2ef85abdd93d4edacca76a4 /libcaja-private/caja-entry.c | |
parent | 99699a1670fa6281cea8ce8612bb9866163059e7 (diff) | |
download | caja-0d0641f10e84e0de0b39e63789508c260913cc98.tar.bz2 caja-0d0641f10e84e0de0b39e63789508c260913cc98.tar.xz |
[lc-p] convert to new GDK_KEY prefix
http://git.gnome.org/browse/nautilus/commit/?id=64dcbea2a005e4ed8bb4945d06a943058b8c7ba8
Diffstat (limited to 'libcaja-private/caja-entry.c')
-rw-r--r-- | libcaja-private/caja-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-entry.c b/libcaja-private/caja-entry.c index fa3669eb..863b1b4f 100644 --- a/libcaja-private/caja-entry.c +++ b/libcaja-private/caja-entry.c @@ -127,7 +127,7 @@ caja_entry_key_press (GtkWidget *widget, GdkEventKey *event) switch (event->keyval) { - case GDK_Tab: + case GDK_KEY_Tab: /* The location bar entry wants TAB to work kind of * like it does in the shell for command completion, * so if we get a tab and there's a selection, we |