diff options
author | Michael Meeks <michael@ximian.com> | 2002-01-16 23:36:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-16 23:36:23 +0800 |
commit | 1b16221c5993da4d9c39c952479101be8d35e13b (patch) | |
tree | 90872ad1edc7207eb75f7935b92cdbf3ad9d2092 /ui/evolution-subscribe.xml | |
parent | 1d68f8289f5686820da5ed0cecec586bc50e445c (diff) | |
download | gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.gz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.zst gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.zip |
for all separators, add a unique (per xml file) name to each separator, so
2002-01-15 Michael Meeks <michael@ximian.com>
* *.xml: for all separators, add a unique (per xml file) name
to each separator, so we don't get them conflicting across
merges and messing with the order; then give them a dummy attr
f="" to stop them being transparent, hmm.
svn path=/trunk/; revision=15338
Diffstat (limited to 'ui/evolution-subscribe.xml')
-rw-r--r-- | ui/evolution-subscribe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 48be3210b3..a2eb86fb60 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -46,7 +46,7 @@ _label="Unsubscribe" _tip="Remove folder from your list of subscribed folders" pixtype="pixbuf"/> - <separator/> + <separator f=""/> <toolitem name="RefreshList" verb="" _label="Refresh List" _tip="Refresh List of Folders" |