diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-29 10:52:12 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-29 10:52:12 +0800 |
commit | ad08b9bda3baa61b53bba13b8df47978e3992fbb (patch) | |
tree | d881edff86ec578914f95374cac65993cbf33ce2 | |
parent | 686a7adc09478d6ceb1646b077d21ae0e488830b (diff) | |
download | gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.gz gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.bz2 gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.lz gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.xz gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.zst gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.zip |
add a FolderSearch control, and change "Refresh" to "RefreshList".
2000-09-28 Chris Toshok <toshok@helixcode.com>
* ui/evolution-subscribe.xml: add a FolderSearch control, and
change "Refresh" to "RefreshList".
svn path=/trunk/; revision=5630
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-subscribe.xml | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-09-28 Chris Toshok <toshok@helixcode.com> + + * ui/evolution-subscribe.xml: add a FolderSearch control, and + change "Refresh" to "RefreshList". + 2000-09-27 Chris Toshok <toshok@helixcode.com> * ui/evolution-subscribe.xml: add an Refresh List button.. diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 0f0ca2e341..8cac6329e1 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -36,9 +36,13 @@ <toolitem type="separator"/> - <toolitem name="Refresh" verb="" + <toolitem name="RefreshList" verb="" _label="Refresh List" _descr="Refresh List of Folders" pixtype="pixbuf"/> + <toolitem type="separator"/> + + <control name="FolderSearch"/> + </dockitem> </Root> |