diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-28 20:41:22 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:25:37 +0800 |
commit | 99b11b37ddf25706b3baadcecbc0b54df437e0d8 (patch) | |
tree | 15ec7f56f40302662913b876f7e399460b6bbbe3 /ui/evolution-contacts.ui | |
parent | d9fb3008135d71dcbc512325087aceb19016ace7 (diff) | |
download | gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar.gz gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar.bz2 gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar.lz gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar.xz gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.tar.zst gsoc2013-evolution-99b11b37ddf25706b3baadcecbc0b54df437e0d8.zip |
Only show "Send/Receive" in mailer when using express mode.
Diffstat (limited to 'ui/evolution-contacts.ui')
-rw-r--r-- | ui/evolution-contacts.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/evolution-contacts.ui b/ui/evolution-contacts.ui index 11dc1f20d0..aeb6c7998c 100644 --- a/ui/evolution-contacts.ui +++ b/ui/evolution-contacts.ui @@ -46,6 +46,10 @@ </placeholder> </menubar> <toolbar name='main-toolbar'> +#if !EXPRESS + <toolitem action='send-receive'/> + <separator/> +#endif <toolitem action='address-book-print'/> <toolitem action='delete-selection'/> <toolitem action='address-book-stop'/> |