diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-03 02:15:04 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-03 02:15:04 +0800 |
commit | 59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6 (patch) | |
tree | 5cd87a23d08da96930a8ac0c9c195a7457352ce9 | |
parent | b3e4ed6da61c048e670a0623f18645f5519c3cd0 (diff) | |
download | gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.gz gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.bz2 gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.lz gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.xz gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.zst gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.zip |
Make the ordering of the toolbar items consistent.
2001-01-02 Federico Mena Quintero <federico@helixcode.com>
* evolution-event-editor.xml:
* evolution-task-editor-dialog.xml: Make the ordering of the
toolbar items consistent.
svn path=/trunk/; revision=7210
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-event-editor.xml | 10 | ||||
-rw-r--r-- | ui/evolution-task-editor-dialog.xml | 4 |
3 files changed, 16 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 45eced78c0..a29497f514 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-01-02 Federico Mena Quintero <federico@helixcode.com> + + * evolution-event-editor.xml: + * evolution-task-editor-dialog.xml: Make the ordering of the + toolbar items consistent. + 2001-01-01 Michael Meeks <michael@helixcode.com> * Makefile.am: remove evolution-addressbook-ldap.xml so we diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index f609b67311..cae8fb7eb7 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -321,17 +321,19 @@ <toolitem name="FileSaveAndClose" verb=""/> - <toolitem name="FileDelete" verb=""/> + <separator/> - <toolitem name="FileClose" verb=""/> + <toolitem name="FilePrint" verb=""/> + + <toolitem _label="FIXME: Insert File" pixtype="stock" pixname="Attach"/> <separator/> - <toolitem name="FilePrint" verb=""/> + <toolitem name="FileDelete" verb=""/> <separator/> - <toolitem _label="FIXME: Insert File" pixtype="stock" pixname="Attach"/> + <toolitem name="FileClose" verb=""/> <separator/> diff --git a/ui/evolution-task-editor-dialog.xml b/ui/evolution-task-editor-dialog.xml index a0c680e9a4..0bb00e508a 100644 --- a/ui/evolution-task-editor-dialog.xml +++ b/ui/evolution-task-editor-dialog.xml @@ -346,6 +346,10 @@ <separator/> + <toolitem name="FileClose" verb=""/> + + <separator/> + <toolitem name="GoPrevious" verb=""/> <toolitem name="GoNext" verb=""/> |