diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-subscribe.xml | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-09-27 Chris Toshok <toshok@helixcode.com> + * ui/evolution-subscribe.xml: add an Refresh List button.. + +2000-09-27 Chris Toshok <toshok@helixcode.com> + * ui/Makefile.am (XML_FILES): add evolution-subscribe.xml. * ui/evolution-subscribe.xml: new file. diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 7e7e713d59..0f0ca2e341 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -34,5 +34,11 @@ _label="Unsubscribe" _descr="Remove folder from your list of subscribed folders" pixtype="pixbuf"/> + <toolitem type="separator"/> + + <toolitem name="Refresh" verb="" + _label="Refresh List" _descr="Refresh List of Folders" + pixtype="pixbuf"/> + </dockitem> </Root> |