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 | |
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
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 89b61b9e6f..78821e5986 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,11 @@ 2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * evolution.xml: 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. + +2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * evolution.xml: Ooops, add missing closing </popups> tag. 2003-11-13 Ettore Perazzoli <ettore@ximian.com> 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."/> |