diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-08-06 19:25:25 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-08-06 19:25:25 +0000 |
commit | bbd78cd9a0abf6f529bdf1029e33752e3ee07d2f (patch) | |
tree | 87a507a2b68c95fae5dead87847308c9f87c7fe8 /ChangeLog.pre-2-8 | |
parent | 74051776903510c93434e4c628c26eaeb24de522 (diff) | |
download | gtk+-bbd78cd9a0abf6f529bdf1029e33752e3ee07d2f.tar.gz |
Fix #144232:
2004-08-06 Federico Mena Quintero <federico@ximian.com>
Fix #144232:
* gtk/gtkfilechooserdefault.c (save_widgets_create): Use a
GtkFileChooserEntry for the file name, rather than a GtkEntry.
(update_chooser_entry): Set the contents of the file chooser entry
rather than the plain entry's.
(gtk_file_chooser_default_set_current_folder): Set the new folder
on the save entry.
(gtk_file_chooser_default_set_current_name): Set the name on the
file chooser entry.
(check_save_entry): Use the file chooser entry rather than the
plain entry.
* gtk/gtkfilechooserentry.c
(_gtk_file_chooser_entry_set_base_folder): Call
gtk_file_chooser_entry_changed() so that we recompute the current
folder based on the new base folder.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1d22d0da4c..d6d60cd1d6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,23 @@ +2004-08-06 Federico Mena Quintero <federico@ximian.com> + + Fix #144232: + + * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a + GtkFileChooserEntry for the file name, rather than a GtkEntry. + (update_chooser_entry): Set the contents of the file chooser entry + rather than the plain entry's. + (gtk_file_chooser_default_set_current_folder): Set the new folder + on the save entry. + (gtk_file_chooser_default_set_current_name): Set the name on the + file chooser entry. + (check_save_entry): Use the file chooser entry rather than the + plain entry. + + * gtk/gtkfilechooserentry.c + (_gtk_file_chooser_entry_set_base_folder): Call + gtk_file_chooser_entry_changed() so that we recompute the current + folder based on the new base folder. + 2004-08-06 Hans Breuer <hans@breuer.org> * gdk/win32/gdkwindow-win32.c : make it compile and more |