summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-02-09 20:31:38 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-02-09 20:31:38 +0000
commit11ad0f9d65d513ca46cc611566c21aeadc669d69 (patch)
tree8fde6b5e126c94a3a4619e9413e0889c1f4d1ba7 /ChangeLog.pre-2-4
parent52383cbb58cc5db39354cc1554d35d98b4bc6266 (diff)
downloadgdk-pixbuf-11ad0f9d65d513ca46cc611566c21aeadc669d69.tar.gz
Fix #132256.
2004-02-09 Federico Mena Quintero <federico@ximian.com> Fix #132256. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_get_paths): Read the contents of the filename entry in both OPEN and SAVE mode. In multiple-selection mode, add this to the selection from the file/folder list. (struct get_paths_closure): Add a path_from_entry field. (get_paths_foreach): Only add the iterated path if it is not the same as the path from the entry.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-412
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index a0133ef50..9af029343 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,17 @@
2004-02-09 Federico Mena Quintero <federico@ximian.com>
+ Fix #132256.
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_get_paths): Read the contents of the
+ filename entry in both OPEN and SAVE mode. In multiple-selection
+ mode, add this to the selection from the file/folder list.
+ (struct get_paths_closure): Add a path_from_entry field.
+ (get_paths_foreach): Only add the iterated path if it is not the
+ same as the path from the entry.
+
+2004-02-09 Federico Mena Quintero <federico@ximian.com>
+
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
the folder is already open, add the requested info types to it.