summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlle Bergkvist <olle.bergkvist@yahoo.se>2008-06-18 22:23:39 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2008-06-18 22:23:39 +0000
commit666b544dddfe3d69a139e025b0c204f651b43a91 (patch)
treed0c1ac074b2cc04a1e7a28bf1143b4621a253e42 /ChangeLog
parentd217ec4f90f2e61601a445e14e0d3ed8219cd9c8 (diff)
downloadgtk+-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c24234214..849a4e7d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):