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
This commit is contained in:
Ettore Perazzoli
2003-11-13 22:19:12 +00:00
parent 28f389fbf0
commit 5c8d360c98
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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."/>