aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution.xml2
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."/>