summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-02-24 20:30:54 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-02-24 20:30:54 +0000
commit359748bd2704cf6ba8b8063107a32a692f765cf9 (patch)
tree13bf5c1cf73b3f0fdb34463dc4f2448a48993959 /ChangeLog.pre-2-10
parenta34e2e0298f6c270c954f610a94dce96ace4b2ee (diff)
downloadgdk-pixbuf-359748bd2704cf6ba8b8063107a32a692f765cf9.tar.gz
Use a plain GtkEntry for the filename, not a GtkFileChooserEntry.
2004-02-24 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain GtkEntry for the filename, not a GtkFileChooserEntry. (update_chooser_entry): Use gtk_entry_set_text() rather than _gtk_file_chooser_entry_set_file_part(). (gtk_file_chooser_default_set_current_name): Likewise. (gtk_file_chooser_default_set_current_folder): Don't set the base folder of the entry, and don't call update_chooser_entry(). (gtk_file_chooser_default_get_paths): Use the plain entry. (save_widgets_create): Store the "Save in Folder" label in the impl structure. (expander_activate_cb): Set the sensitivity of the label and combo. (save_widgets_create): Connect to "notify::expanded" rather than "activate" on the expander. (expander_changed_cb): Renamed from expander_activate_cb(). Flip the conditions again...
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1019
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8fa0b873a..e050a9b8f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,22 @@
+2004-02-24 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
+ GtkEntry for the filename, not a GtkFileChooserEntry.
+ (update_chooser_entry): Use gtk_entry_set_text() rather than
+ _gtk_file_chooser_entry_set_file_part().
+ (gtk_file_chooser_default_set_current_name): Likewise.
+ (gtk_file_chooser_default_set_current_folder): Don't set the base
+ folder of the entry, and don't call update_chooser_entry().
+ (gtk_file_chooser_default_get_paths): Use the plain entry.
+ (save_widgets_create): Store the "Save in Folder" label in the
+ impl structure.
+ (expander_activate_cb): Set the sensitivity of the label and
+ combo.
+ (save_widgets_create): Connect to "notify::expanded" rather than
+ "activate" on the expander.
+ (expander_changed_cb): Renamed from expander_activate_cb(). Flip
+ the conditions again...
+
Tue Feb 24 14:43:07 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort