aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-05-08 04:51:50 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-05-08 04:51:50 +0800
commit46e839289d87473c737bb2392b4324976688618f (patch)
treedcf9f97e6de24bd1f8fd7de4f6a241d7ed4163b4 /shell/e-shell-view-menu.c
parentd0c769d2858752be8c11432ebd2d4678dd845edc (diff)
downloadgsoc2013-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
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c4
1 files changed, 2 insertions, 2 deletions
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;