summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-03-15 06:51:58 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-03-15 06:51:58 +0000
commitf956e3ae0a5611382a54840bb520640c0816d42d (patch)
treeed479331d70bbce8fe5d16bb95cebd04b5ce50af /ChangeLog.pre-2-6
parent0abde2290492bde06a77ab152879a081276fcc15 (diff)
downloadgdk-pixbuf-f956e3ae0a5611382a54840bb520640c0816d42d.tar.gz
Renamed from shortcuts_unselect_all(); now selects the row that
2004-03-15 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder): Renamed from shortcuts_unselect_all(); now selects the row that corresponds to the current folder, if any. Fixes #135916. * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and _gtk_path_bar_down().
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index b819ba362..1e7a0acb9 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,14 @@
2004-03-15 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
+ Renamed from shortcuts_unselect_all(); now selects the row that
+ corresponds to the current folder, if any. Fixes #135916.
+
+ * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
+ _gtk_path_bar_down().
+
+2004-03-15 Federico Mena Quintero <federico@ximian.com>
+
* gtk/gtkfilechooserdefault.c: Surround the
drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
too unstable right now.