]> Pileus Git - ~andy/gtk/commit
In the Save modes, set the Name entry of the file chooser if we get a
authorFederico Mena Quintero <federico@ximian.com>
Mon, 15 Mar 2004 19:23:54 +0000 (19:23 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Mon, 15 Mar 2004 19:23:54 +0000 (19:23 +0000)
commit3e3ca555359d7fbf563281dd918feaa201b60f64
tree4916d9c6a236c5687df5fb70e8b07dbf5a1b69e1
parentafc7df895c4f704afed61e78691e33cc4ab39856
In the Save modes, set the Name entry of the file chooser if we get a

2004-03-15  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
modes, set the Name entry of the file chooser if we get a
nonexistent filename from the file entry.  Fixes #135911.
(gtk_file_chooser_default_set_current_name): Oops, this should
also work if we are in CREATE_FOLDER mode.

* gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
gtk_file_path_copy().

* gtk/gtkfilechooserentry.c (check_completion_callback): Free the
path that we got from the model.
(completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
hard-coded constant.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c
gtk/gtkfilesystem.c