diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 4 | ||||
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 3 |
4 files changed, 14 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7752aeae72..fed90c4046 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-05-07 Jon Trowbridge <trow@ximian.com> + + * e-shell-view-menu.c (update_offline_menu_item): Changed some + references to /commands/WorkOffline to /commands/ToggleOffline. + 2001-05-04 Chris Toshok <toshok@ximian.com> * evolution-shell-component-dnd.c diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 3c97d72bc4..b27c5f6cac 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -576,7 +576,7 @@ update_offline_menu_item (EShellView *shell_view, "/menu/File/ToggleOffline", "verb", "WorkOffline", NULL); bonobo_ui_component_set_prop (ui_component, - "/commands/WorkOffline", + "/commands/ToggleOffline", "sensitive", "1", NULL); break; @@ -588,7 +588,7 @@ update_offline_menu_item (EShellView *shell_view, "/menu/File/ToggleOffline", "verb", "WorkOffline", NULL); bonobo_ui_component_set_prop (ui_component, - "/commands/WorkOffline", + "/commands/ToggleOffline", "sensitive", "0", NULL); break; diff --git a/ui/ChangeLog b/ui/ChangeLog index 03ce7cdbbb..2c307d0f32 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-05-07 Jon Trowbridge <trow@ximian.com> + + * evolution.xml: Added command entry for 'ToggleOffline'. + 2001-05-03 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Renamed `WorkOffline' to `ToggleOffline'. diff --git a/ui/evolution.xml b/ui/evolution.xml index 3f8666a13e..60780c8553 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -17,6 +17,9 @@ <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit bug report using Bug Buddy."/> + <cmd name="ToggleOffline" _type="Toggle" + _label="_Work Offline" + _tip="Toggle whether we are working offline."/> <cmd name="HelpAbout" _label="About Evolution..." _tip="Show information about Evolution" |