forked from AuroraMiddleware/gtk
Allow backspace to move up the FileChooser tree to make it consistent with
2004-11-17 Davyd Madeley <davyd@madeley.id.au> * gtk/gtkfilechooserdefault.c: Allow backspace to move up the FileChooser tree to make it consistent with Nautilus and others.
This commit is contained in:
parent
4520b1d6a0
commit
b23e4c2349
@ -1,3 +1,8 @@
|
||||
2004-11-17 Davyd Madeley <davyd@madeley.id.au>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Allow backspace to move up the
|
||||
FileChooser tree to make it consistent with Nautilus and others.
|
||||
|
||||
2004-11-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/*.c: Don't include config.h in the examples.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-11-17 Davyd Madeley <davyd@madeley.id.au>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Allow backspace to move up the
|
||||
FileChooser tree to make it consistent with Nautilus and others.
|
||||
|
||||
2004-11-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/*.c: Don't include config.h in the examples.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-11-17 Davyd Madeley <davyd@madeley.id.au>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Allow backspace to move up the
|
||||
FileChooser tree to make it consistent with Nautilus and others.
|
||||
|
||||
2004-11-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/*.c: Don't include config.h in the examples.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-11-17 Davyd Madeley <davyd@madeley.id.au>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Allow backspace to move up the
|
||||
FileChooser tree to make it consistent with Nautilus and others.
|
||||
|
||||
2004-11-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/*.c: Don't include config.h in the examples.
|
||||
|
@ -566,6 +566,10 @@ gtk_file_chooser_default_class_init (GtkFileChooserDefaultClass *class)
|
||||
GDK_Up, GDK_MOD1_MASK,
|
||||
"up-folder",
|
||||
0);
|
||||
gtk_binding_entry_add_signal (binding_set,
|
||||
GDK_BackSpace, 0,
|
||||
"up-folder",
|
||||
0);
|
||||
gtk_binding_entry_add_signal (binding_set,
|
||||
GDK_KP_Up, GDK_MOD1_MASK,
|
||||
"up-folder",
|
||||
|
Loading…
Reference in New Issue
Block a user