diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:11:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:11:49 +0800 |
commit | cb77c52063a1ca5709e58d1f331d9fb2ac726bbc (patch) | |
tree | 3dd5de105848cf368cfdedbe47163532a1b180f8 /ui/evolution-addressbook.xml | |
parent | c3d6f44895ba788921ab04798c615d2cbac959a7 (diff) | |
download | gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.gz gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.zst gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.zip |
Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.
* evolution.xml: Move the Tools menu outside the
ComponentToolsPlaceholder.
* evolution-addressbook.xml: Likewise.
* evolution-calendar.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.
* my-evolution.xml: Likewise.
svn path=/trunk/; revision=13202
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 792b442646..73f07252a4 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -108,18 +108,6 @@ <submenu name="View"> </submenu> - <placeholder name="ComponentToolsPlaceholder"> - <submenu name="Tools" _label="_Tools"> - <menuitem name="ToolSearch" verb="" - _label="_Search for Contacts" - pixtype="pixbuf"/> - - <menuitem name="AddressbookConfig" verb="" - _label="_Addressbook Sources..." - pixtype ="pixbuf"/> - </submenu> - </placeholder> - <placeholder name="ComponentActionsPlaceholder"> <submenu name="Actions" _label="_Actions"> @@ -130,6 +118,21 @@ _label="Send _Message to Contact..." verb=""/> </submenu> </placeholder> + + <submenu name="Tools"> + <placeholder name="ComponentPlaceholder"> + <menuitem name="ToolSearch" + verb="" + _label="_Search for Contacts" + pixtype="pixbuf"/> + + <menuitem name="AddressbookConfig" verb="" + _label="_Addressbook Sources..." + pixtype ="pixbuf"/> + <separator/> + </placeholder> + </submenu> + </menu> <dockitem name="Toolbar"> |