diff options
author | Federico Mena Quintero <federico@ximian.com> | 2003-11-03 18:46:18 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2003-11-03 18:46:18 +0000 |
commit | f8e51f984be43a6539d5b77457209156733dd798 (patch) | |
tree | 7df20dd0ffd709eea692770d5bbf8bcd70c92576 /ChangeLog.pre-2-8 | |
parent | a92ff3fa5f76dd279bd2cd90ece0184edf19a6ca (diff) | |
download | gtk+-f8e51f984be43a6539d5b77457209156733dd798.tar.gz |
Removed. (create_shortcuts_tree): Don't call the above.
2003-11-03 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
(create_shortcuts_tree): Don't call the above.
(bookmarks_changed_cb): Likewise.
(tree_selection_changed): Unselect everything from the shortcuts
list. This is the behavior that Mac OS has.
(toolbar_add_item): Return the item.
(toolbar_create): Store the up_button in the impl structure.
(toolbar_check_sensitivity): New function to set the sensitivity
of the "Up" button in the toolbar.
(tree_selection_changed): Call toolbar_check_sensitivity().
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7a98b02e83..298c347562 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,16 @@ +2003-11-03 Federico Mena Quintero <federico@ximian.com> + + * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed. + (create_shortcuts_tree): Don't call the above. + (bookmarks_changed_cb): Likewise. + (tree_selection_changed): Unselect everything from the shortcuts + list. This is the behavior that Mac OS has. + (toolbar_add_item): Return the item. + (toolbar_create): Store the up_button in the impl structure. + (toolbar_check_sensitivity): New function to set the sensitivity + of the "Up" button in the toolbar. + (tree_selection_changed): Call toolbar_check_sensitivity(). + 2003-11-02 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do |