]> Pileus Git - ~andy/gtk/commit
Fix #144232:
authorFederico Mena Quintero <federico@ximian.com>
Fri, 6 Aug 2004 19:25:25 +0000 (19:25 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 6 Aug 2004 19:25:25 +0000 (19:25 +0000)
commitbbd78cd9a0abf6f529bdf1029e33752e3ee07d2f
tree87a507a2b68c95fae5dead87847308c9f87c7fe8
parent74051776903510c93434e4c628c26eaeb24de522
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c