diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 06:19:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 06:19:12 +0800 |
commit | 5c8d360c983f9362cd96c59089b9f2b8fc415847 (patch) | |
tree | f269c5516d1d76973de6f590655733fd0cc70ac4 /ui/evolution.xml | |
parent | 28f389fbf05adde04040c80174f5bdd03d305e33 (diff) | |
download | gsoc2013-evolution-5c8d360c983f9362cd96c59089b9f2b8fc415847.tar.gz gsoc2013-evolution-5c8d360c983f9362cd96c59089b9f2b8fc415847.tar.zst gsoc2013-evolution-5c8d360c983f9362cd96c59089b9f2b8fc415847.zip |
Remove type="toggle" from the "ToggleOffline"
verb; I'm not sure why it was there in the first place and it was
causing BonoboUI to spew warnings.
svn path=/trunk/; revision=23339
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index a31ecf6947..4499b06188 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -15,7 +15,7 @@ <cmd name="Settings" pixtype="pixbuf"/> - <cmd name="ToggleOffline" _type="Toggle" + <cmd name="ToggleOffline" _label="_Work Offline" _tip="Toggle whether we are working offline."/> |