diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-12 04:42:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-12 04:42:43 +0800 |
commit | dc294f8a4f77b27e21387292a6c352ed1e82d3d6 (patch) | |
tree | 43038f55ce8fb3540789cc6a4fbd297ea8b94377 | |
parent | 76d2762ac8dca417ee9adc3c583e86698712f98b (diff) | |
download | gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar.gz gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar.bz2 gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar.lz gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar.xz gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.tar.zst gsoc2013-evolution-dc294f8a4f77b27e21387292a6c352ed1e82d3d6.zip |
Change the behavior of all the toolbars to be "exclusive".
svn path=/trunk/; revision=5863
-rw-r--r-- | ui/ChangeLog | 10 | ||||
-rw-r--r-- | ui/evolution-addressbook-ldap.xml | 2 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 2 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 2 | ||||
-rw-r--r-- | ui/evolution-executive-summary.xml | 2 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 2 | ||||
-rw-r--r-- | ui/evolution-subscribe.xml | 2 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
9 files changed, 18 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 27d36352fb..113ac75bd7 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,13 @@ +2000-10-11 Ettore Perazzoli <ettore@helixcode.com> + + * evolution-addressbook-ldap.xml: Apply behavior "exclusive" to + "Toolbar". + * evolution.xml: Likewise. + * evolution-addressbook.xml: Likewise. + * evolution-mail.xml: Likewise. + * evolution-contact-editor.xml: Likewise. + * evolution-subscribe.xml: Likewise. + 2000-10-08 Damon Chaplin <damon@helixcode.com> * evolution-calendar.xml: moved the calendar settings menu item to the diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml index 5f37f0b670..ad35f096f4 100644 --- a/ui/evolution-addressbook-ldap.xml +++ b/ui/evolution-addressbook-ldap.xml @@ -47,7 +47,7 @@ </placeholder> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="New" _label="New" _tip="Create a new contact" verb="ContactNew" pixtype="stock" pixname="New"/> diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 24dda2f39b..722259c63e 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -36,7 +36,7 @@ </placeholder> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="New" _label="New" _descr="Create a new contact" verb="ContactNew" pixtype="stock" pixname="New"/> diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 535760b036..0757b528e0 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -50,7 +50,7 @@ </submenu> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="New" _label="New" _tip="Create a new appointment" verb="EditNewAppointment" pixtype="stock" pixname="New"/> diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index b3a0e2ea5f..f15cdc6310 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -211,7 +211,7 @@ static GnomeUIInfo main_menu[] = { </submenu> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="Save and Close" _label="Save and Close" _tip="Save the contact and close the dialog box" verb="ContactEditorSaveClose" pixtype="stock" pixname="Save"/> diff --git a/ui/evolution-executive-summary.xml b/ui/evolution-executive-summary.xml index 4465c6265f..2921bd45b6 100644 --- a/ui/evolution-executive-summary.xml +++ b/ui/evolution-executive-summary.xml @@ -1,5 +1,5 @@ <Root> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="AddService" verb="AddService" _label="Add Service" _tip="Add a new service to the Executive Summary" diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index be57e451a9..95785fc127 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -149,7 +149,7 @@ </placeholder> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="MailGet" verb="" _label="Get Mail" _tip="Send queued mail and retrieve new mail" diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 76cb99f38c..2b5643ac9f 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -31,7 +31,7 @@ </placeholder> </menu> - <dockitem name="Toolbar" relief="none"> + <dockitem name="Toolbar" relief="none" behavior="exclusive"> <toolitem name="SubscribeFolder" verb="" _label="Subscribe" _tip="Add folder to your list of subscribed folders" diff --git a/ui/evolution.xml b/ui/evolution.xml index b6895a230c..65fd73f8b4 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -109,7 +109,7 @@ </submenu> </menu> - <dockitem name="Toolbar" relief="none"/> + <dockitem name="Toolbar" relief="none" behavior="exclusive"/> <status> <item name="main"/> |