diff options
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 |