diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 15:44:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 15:44:43 +0800 |
commit | eb192c72694be6309fd0b791d7632066232f2d8b (patch) | |
tree | 9fdc7ed93b6974f4ba23085d09f981480a82e426 /ui | |
parent | bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9 (diff) | |
download | gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar.gz gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar.bz2 gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar.lz gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar.xz gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.tar.zst gsoc2013-evolution-eb192c72694be6309fd0b791d7632066232f2d8b.zip |
Get rid of the nasty Bonobo status bar.
svn path=/trunk/; revision=10439
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 09356e0da3..217d912b54 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-06-23 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Get rid of the status bar. + 2001-06-22 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: new commands diff --git a/ui/evolution.xml b/ui/evolution.xml index 30569c8599..98c7a2e219 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -281,10 +281,4 @@ </popup> </popups> - - <status> - <control name="OfflineToggle"/> - <item name="main"/> - <control name="Progress"/> - </status> </Root> |