diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-21 01:01:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-21 01:01:30 +0800 |
commit | 8e747d7dc6dbd9e175a91bdccc9f4e169e62b726 (patch) | |
tree | 4dac124ab93f18ccba3a0acc4491dcccd4396f91 /ui | |
parent | e9a5c3d19ce9cd6c68b4dc288215464d06868e3b (diff) | |
download | gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.gz gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.bz2 gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.lz gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.xz gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.zst gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.zip |
Add a button and an icon to toggle between online and offline
operation.
svn path=/trunk/; revision=9900
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 68694cbdbb..4d3114cf62 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-05-20 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Add a control placeholder named "OfflineToggle" + to the status bar. + 2001-05-19 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Removed verb "NewView"; use diff --git a/ui/evolution.xml b/ui/evolution.xml index 2d885d67c3..5248ba1f4c 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -283,6 +283,7 @@ </popups> <status> + <control name="OfflineToggle"/> <item name="main"/> <control name="Progress"/> </status> |