diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-15 01:49:03 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-15 01:49:03 +0800 |
commit | 6ac35c0e50d43858eef8f7ffba2b9b996db9f636 (patch) | |
tree | 13caf947707cd6ca26cd9898d7ee24e49bbb7730 /ui/evolution-addressbook-ldap.xml | |
parent | c1e815dd75e6e36618e18d544d48b6737e007f0d (diff) | |
download | gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.gz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.bz2 gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.lz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.xz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.zst gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.zip |
drasticaly shrink to just the new features available with ldap; don't
2000-10-14 Michael Meeks <michael@helixcode.com>
* evolution-addressbook-ldap.xml: drasticaly shrink to just the
new features available with ldap; don't duplicate stuff.
* evolution-addressbook.xml: fix tooltips.
* *.xml: remove redundant attributes causing toolber rebuilds.
svn path=/trunk/; revision=5919
Diffstat (limited to 'ui/evolution-addressbook-ldap.xml')
-rw-r--r-- | ui/evolution-addressbook-ldap.xml | 72 |
1 files changed, 2 insertions, 70 deletions
diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml index 6429604c0e..67f887857a 100644 --- a/ui/evolution-addressbook-ldap.xml +++ b/ui/evolution-addressbook-ldap.xml @@ -1,39 +1,5 @@ <Root> - <menu> - <submenu name="File"> - - <placeholder name="Print"> - - <menuitem name="Print" verb="ContactsPrint" - _label="_Print Contacts..." - pixtype="stock" pixname="Print"/> - - </placeholder> - - </submenu> - - <submenu name="View"> - - <menuitem name="AsTable" _label="As _Table" - verb="ViewAsTable"/> - - <menuitem name="ViewNewContact" verb="" - _label="_New Contact"/> - - </submenu> - - <placeholder name="Component"> - - <submenu name="Tools" _label="_Tools"> - - <menuitem name="Search" verb="ToolSearch" - _label="_Search for contacts" - pixtype="stock" pixname="Search"/> - - </submenu> - - </placeholder> <placeholder name="Component"> @@ -45,39 +11,5 @@ </submenu> </placeholder> - </menu> - - <dockitem name="Toolbar" relief="none" behavior="exclusive"> - <toolitem name="New" _label="New" - _tip="Create a new contact" verb="ContactNew" - pixtype="stock" pixname="New"/> - - <separator/> - - <toolitem name="Find" _label="Find" - _tip="Find a contact" verb="ContactFind" - pixtype="stock" pixname="Search"/> - - <toolitem name="Print" _label="Print" - _tip="Print contacts" verb="ContactsPrint" - pixtype="stock" pixname="Print"/> - - <toolitem name="Delete" _label="Delete" - _tip="Delete a contact" verb="ContactDelete" - pixtype="stock" pixname="Trash"/> - - <separator/> - - <control name="QuickSearch"/> - - <toolitem name="View All" _label="View All" - _tip="View all contacts" verb="ContactViewAll" - pixtype="stock" pixname="Multiple"/> - - <toolitem name="Stop" _label="Stop" - _tip="Stop Loading" verb="ContactStop" - pixtype="stock" pixname="Stop"/> - - </dockitem> - -</Root>
\ No newline at end of file + </menu> +</Root> |