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-addressbook.xml | |
parent | 1d68f8289f5686820da5ed0cecec586bc50e445c (diff) | |
download | gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.gz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.bz2 gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.lz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.xz 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-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index d77d1268f9..09684df33b 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -68,7 +68,7 @@ <menuitem name="ContactNewList" verb="" _label="_Contact List" pixtype="pixbuf"/> - <separator/> + <separator f="" name="eadbk1"/> </placeholder> </submenu> @@ -98,7 +98,7 @@ <menuitem name="ContactDelete" verb="" _label="Delete" pixtype="pixbuf"/> - <separator/> + <separator f="" name="eadbk2"/> <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/> </submenu> @@ -129,7 +129,7 @@ <menuitem name="AddressbookConfig" verb="" _label="_Addressbook Sources..." pixtype ="pixbuf"/> - <separator/> + <separator f="" name="eadbk3"/> </placeholder> </submenu> @@ -144,7 +144,7 @@ _label="New List" pixtype="pixbuf" priority="1"/> - <separator/> + <separator f="" name="eadbk4"/> <toolitem name="ContactsPrint" verb="" _label="Print" pixtype="pixbuf"/> |