diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-05-08 04:51:50 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-05-08 04:51:50 +0800 |
commit | 46e839289d87473c737bb2392b4324976688618f (patch) | |
tree | dcf9f97e6de24bd1f8fd7de4f6a241d7ed4163b4 | |
parent | d0c769d2858752be8c11432ebd2d4678dd845edc (diff) | |
download | gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar.gz gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar.bz2 gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar.lz gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar.xz gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.tar.zst gsoc2013-evolution-46e839289d87473c737bb2392b4324976688618f.zip |
Added command entry for 'ToggleOffline'.
2001-05-07 Jon Trowbridge <trow@ximian.com>
* evolution.xml: Added command entry for 'ToggleOffline'.
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.
svn path=/trunk/; revision=9699
-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" |