diff options
author | Federico Mena Quintero <federico@novell.com> | 2006-08-17 21:31:08 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2006-08-17 21:31:08 +0000 |
commit | ad0ca3897bb49e8c30eea510cc5518890a9259eb (patch) | |
tree | 7f12b3a11bb64bcd45f236a5e557afdccc94e301 /ChangeLog.pre-2-10 | |
parent | 0bc1d2323f0244096823be7dbd35336ff02de0c1 (diff) | |
download | gtk+-ad0ca3897bb49e8c30eea510cc5518890a9259eb.tar.gz |
Enable "/" and "~" as bindings to activate the location entry again. Fixes
2006-08-17 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c
(_gtk_file_chooser_default_class_init): Enable "/" and "~" as
bindings to activate the location entry again. Fixes bug #340856.
(tree_view_keybinding_cb): Likewise.
(trap_activate_cb): Likewise.
(location_popup_handler): Handle the "path" argument again; set it
as the text on the location entry.
(location_set_user_text): New helper function.
(load_setup_timer): Fix comment.
* tests/autotestfilechooser.c (main): Oops, enable all the tests again.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e75713e8b6..b20dd0d934 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,17 @@ +2006-08-17 Federico Mena Quintero <federico@novell.com> + + * gtk/gtkfilechooserdefault.c + (_gtk_file_chooser_default_class_init): Enable "/" and "~" as + bindings to activate the location entry again. Fixes bug #340856. + (tree_view_keybinding_cb): Likewise. + (trap_activate_cb): Likewise. + (location_popup_handler): Handle the "path" argument again; set it + as the text on the location entry. + (location_set_user_text): New helper function. + (load_setup_timer): Fix comment. + + * tests/autotestfilechooser.c (main): Oops, enable all the tests again. + 2006-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmodules.c (find_module): Revert the local binding |