diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 3 |
3 files changed, 12 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 0039fd95b2..18ba72d1bb 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2006-12-02 Karsten Bräckelmann <guenther@rudersport.de> + + * evolution.xml: Remove the Mailer specific separator. + * evolution-mail-global.xml: Move it here. + + This adds the separator always between the global SendReceive and + the component specific buttons. Fixes #323151. + 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * evolution-executive-summary.xml : Remove diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index d8429ee103..f4424986c2 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -118,14 +118,12 @@ <dockitem name="Toolbar"> - <separator f="" name="emailglobal1"/> - <placeholder name="MailMessageToolbar"/> <toolitem name="MailStop" verb="" _label="Cancel"/> - <separator f="" name="emailglobal2"/> + <separator f="" name="emailglobal1"/> <placeholder name="MailNextButtons"/> diff --git a/ui/evolution.xml b/ui/evolution.xml index b2177661bf..36502aacbd 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -169,6 +169,9 @@ <toolitem name="SendReceive" verb="SendReceive" _label="Send / Receive" priority="1" pixtype="pixbuf"/> + + <separator f="" name="global1"/> + </dockitem> <popups> |