diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-25 14:14:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-25 14:14:22 +0800 |
commit | 17e51fc56112e8fd002d32b5d22c2684cce2fb9a (patch) | |
tree | dfe35cdede76173db9401c4c325ca82d2a9702b7 /ui | |
parent | a2ad62af11dbff0880909b0039253f8ab29d9a52 (diff) | |
download | gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar.gz gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar.bz2 gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar.lz gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar.xz gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.tar.zst gsoc2013-evolution-17e51fc56112e8fd002d32b5d22c2684cce2fb9a.zip |
Make the behavior of the toolbars for the message composer and the
task editor "exclusive".
svn path=/trunk/; revision=6666
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 2 | ||||
-rw-r--r-- | ui/evolution-task-editor-dialog.xml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a2a9abd7b8..9a2760d76c 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2000-11-25 Ettore Perazzoli <ettore@helixcode.com> + + * evolution-message-composer.xml: Make "Toolbar"'s behavior + "exclusive". + * evolution-task-editor-dialog.xml: Likewise. + 2000-11-21 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Moved ViewSource to the View menu and made diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 69bdb63b7a..159b71bdf5 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -115,7 +115,7 @@ </menu> - <dockitem name="Toolbar"> + <dockitem name="Toolbar" behavior="exclusive"> <toolitem name="FileSend" verb="" _tip="Send this message now"/> diff --git a/ui/evolution-task-editor-dialog.xml b/ui/evolution-task-editor-dialog.xml index bc150c4166..a0c680e9a4 100644 --- a/ui/evolution-task-editor-dialog.xml +++ b/ui/evolution-task-editor-dialog.xml @@ -330,7 +330,7 @@ </menu> -<dockitem name="Toolbar"> +<dockitem name="Toolbar" behavior="exclusive"> <toolitem name="FileSaveAndClose" verb=""/> |