From d039f69326f070a4ddb025f2ec72bb0461aecfed Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 6 Mar 2003 19:25:20 +0000 Subject: (update_other_users_folder_items_sensitivity): New function to toggle the "open other user's folder" menu item sensitivity on or off depending on whether there are any storages that actually support that. (storage_set_removed_storage_callback): New callback for the EStorageSet's "removed_storage" signal; it updates the sensitivity if necessary. (storage_set_new_storage_callback): Likewise, new callback for the EStorageSet's "new_storage" signal. (e_shell_view_construct): Connect these two signal callbacks here. Also, call update_other_users_folder_items_sensitivity() to set up the initial sensitivity of the menu item. (update_for_current_uri): Add a missing EStorageSetView cast here. svn path=/trunk/; revision=20209 --- shell/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 34fd31f08d..9e1cb24630 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2003-03-06 Ettore Perazzoli + + * e-shell-view.c (update_other_users_folder_items_sensitivity): + New function to toggle the "open other user's folder" menu item + sensitivity on or off depending on whether there are any storages + that actually support that. + (storage_set_removed_storage_callback): New callback for the + EStorageSet's "removed_storage" signal; it updates the sensitivity + if necessary. + (storage_set_new_storage_callback): Likewise, new callback for the + EStorageSet's "new_storage" signal. + (e_shell_view_construct): Connect these two signal callbacks here. + Also, call update_other_users_folder_items_sensitivity() to set up + the initial sensitivity of the menu item. + (update_for_current_uri): Add a missing EStorageSetView cast here. + 2003-03-06 Ettore Perazzoli [#34371] -- cgit v1.2.3