diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-02-24 03:37:32 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-02-24 03:37:32 +0000 |
commit | e4e9e08caf6dba0bcd7f5d975d3618e787738def (patch) | |
tree | 1c812383d5c124d9e42262d85891f57c06a7b325 /ChangeLog | |
parent | 93732fb225e99e0b9c0bcfe688040bc003f32b57 (diff) | |
download | gtk+-e4e9e08caf6dba0bcd7f5d975d3618e787738def.tar.gz |
Call bookmarks_check_add_sensitivity(). (shortcut_exists): New helper
2004-02-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (list_selection_changed): Call
bookmarks_check_add_sensitivity().
(shortcut_exists): New helper function; moved the testing code
over from bookmarks_check_add_sensitivity().
(bookmarks_check_add_sensitivity): Check the contents of the
selection in the file/folder list. Use shortcut_exists().
(shortcuts_add_bookmark_from_path): Don't insert the bookmark if
the path is already in the shortcuts list.
(add_bookmark_button_clicked_cb): Add the bookmarks from the list
selection or from the current folder, as appropriate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-02-23 Federico Mena Quintero <federico@ximian.com> + + * gtk/gtkfilechooserdefault.c (list_selection_changed): Call + bookmarks_check_add_sensitivity(). + (shortcut_exists): New helper function; moved the testing code + over from bookmarks_check_add_sensitivity(). + (bookmarks_check_add_sensitivity): Check the contents of the + selection in the file/folder list. Use shortcut_exists(). + (shortcuts_add_bookmark_from_path): Don't insert the bookmark if + the path is already in the shortcuts list. + (add_bookmark_button_clicked_cb): Add the bookmarks from the list + selection or from the current folder, as appropriate. + Mon Feb 23 21:09:06 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add |