diff options
author | Olle Bergkvist <olle.bergkvist@yahoo.se> | 2008-06-18 22:23:39 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2008-06-18 22:23:39 +0000 |
commit | 666b544dddfe3d69a139e025b0c204f651b43a91 (patch) | |
tree | d0c1ac074b2cc04a1e7a28bf1143b4621a253e42 /ChangeLog | |
parent | d217ec4f90f2e61601a445e14e0d3ed8219cd9c8 (diff) | |
download | gtk+-666b544dddfe3d69a139e025b0c204f651b43a91.tar.gz |
bgo419737 - Don't clear filename entry in SAVE/CREATE_FOLDER modes
2008-06-18 Olle Bergkvist <olle.bergkvist@yahoo.se>
http://bugzilla.gnome.org/show_bug.cgi?id=419737#c59 - The file
chooser clears the filename entry in SAVE/CREATE_FOLDER modes when
it shouldn't.
* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
clear the entry for CREATE_FOLDER either; this needs the same
behavior as SAVE mode.
(update_chooser_entry): Only clear the entry in OPEN/SELECT_FOLDER
modes.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=20455
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-06-18 Olle Bergkvist <olle.bergkvist@yahoo.se> + + http://bugzilla.gnome.org/show_bug.cgi?id=419737#c59 - The file + chooser clears the filename entry in SAVE/CREATE_FOLDER modes when + it shouldn't. + + * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't + clear the entry for CREATE_FOLDER either; this needs the same + behavior as SAVE mode. + (update_chooser_entry): Only clear the entry in OPEN/SELECT_FOLDER + modes. + 2008-06-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (_gtk_file_system_volume_render_icon): |