diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-03-15 06:51:58 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-03-15 06:51:58 +0000 |
commit | f956e3ae0a5611382a54840bb520640c0816d42d (patch) | |
tree | ed479331d70bbce8fe5d16bb95cebd04b5ce50af /ChangeLog.pre-2-6 | |
parent | 0abde2290492bde06a77ab152879a081276fcc15 (diff) | |
download | gdk-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-6 | 9 |
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. |