Bug 10 - Adding a separator to the main toolbar fails, entry in xml file is wrong
: Adding a separator to the main toolbar fails, entry in xml file is wrong
Status: CLOSED FIXED
: Sylpheed-Claws (GTK1)
User Interface
: 0.8.9
: PC Linux
: normal
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2003-01-06 22:51 by
Modified: 2003-01-27 02:54 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-01-06 22:51:04
My toolbar_main.xml file contains the following, among other things:

	<item file="Separator" text="" action="(null)"/>
	<item file="address_book" text="Address" action="A_ADDRBOOK"/>
	<separator/>

You'll notice that the item showing as Separator with action (null)
before address_book is different from the separator/ entry after it.

The second separator is the default one, the first I wanted to add before the
Address Book button. When I did so, I could see the entry in the list box, but
it was named Separator rather than separator.

After manually editing the toolbar .xml file the first of the two separators
shows as desired.
------- Comment #1 From 2003-01-10 14:03:24 -------
Should have been fixed in CVS. Please verify. 
------- Comment #2 From 2003-01-10 14:46:42 -------
Looks fixed to me Alfons, thanks.

A minor thing.

The default separators show as filename: separator and Mapped Event: Separator,
note the capitalisation.

When entered into the dialog they both come up as Separator until you save at
which point they return to the form above with lower and upper case s.

It's only a minor thing, but I don't know if it might be something that
shouldn't be like that.
------- Comment #3 From 2003-01-10 15:42:19 -------
in CVS I changed the "filename" for separators to the translatable string, so 
people should see this "filename" translated. (i leave this to the translators / 
users; i can imagine that this string should be uppercase.)