summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-03-08 20:06:50 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-03-08 20:06:50 +0000
commit4bab88cda4aefd6b879250d85edc2112786c2aaa (patch)
tree4cb8d861adb75a96306ef89f0074a7ff5091a0a7 /ChangeLog.pre-2-8
parent5ac8b12808a5cbf83e5a9818853f139a433ba430 (diff)
downloadgtk+-4bab88cda4aefd6b879250d85edc2112786c2aaa.tar.gz
Return a boolean success code. (location_popup_handler): Refocus the file
2004-03-08 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (update_from_entry): Return a boolean success code. (location_popup_handler): Refocus the file chooser if appropriate. Fixes #135905. (save_widgets_create): Don't set the text of the save_folder_label here. (update_appearance): Set the text here as appropriate for the save mode. Also fixes #136387. (update_appearance): Don't show the Create Folder button in SELECT_FOLDER mode. (update_appearance): Show the extra widget in all Save modes correctly.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-817
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index b7fbda2f60..1e9420462b 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,18 @@
+2004-03-08 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
+ boolean success code.
+ (location_popup_handler): Refocus the file chooser if appropriate.
+ Fixes #135905.
+ (save_widgets_create): Don't set the text of the save_folder_label
+ here.
+ (update_appearance): Set the text here as appropriate for the save
+ mode. Also fixes #136387.
+ (update_appearance): Don't show the Create Folder button in
+ SELECT_FOLDER mode.
+ (update_appearance): Show the extra widget in all Save modes
+ correctly.
+
Mon Mar 8 11:57:27 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
@@ -132,6 +147,8 @@ Sun Mar 7 22:24:28 2004 Matthias Clasen <maclas@gmx.de>
Sun Mar 7 14:34:04 2004 Jonathan Blandford <jrb@gnome.org>
+ Fixes #121500.
+
* gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
from unselecting rows when pressed in multiple-selection mode.