diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 03:25:20 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 03:25:20 +0800 |
commit | d039f69326f070a4ddb025f2ec72bb0461aecfed (patch) | |
tree | b5b093d599adeee223451ba0480b94c671bb73dd /shell/ChangeLog | |
parent | bfb03e84412a63f6a3dc9de66117a978ca0e1c3b (diff) | |
download | gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar.gz gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar.bz2 gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar.lz gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar.xz gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.tar.zst gsoc2013-evolution-d039f69326f070a4ddb025f2ec72bb0461aecfed.zip |
(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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 34fd31f08d..9e1cb24630 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,21 @@ 2003-03-06 Ettore Perazzoli <ettore@ximian.com> + * 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 <ettore@ximian.com> + [#34371] * e-shell-shared-folder-picker-dialog.c |