diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-03 17:14:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:52:51 +0800 |
commit | 836958c07600f5834e080424948cd61206a5c519 (patch) | |
tree | c47c2bc4df0900fae050853f64dd7ced41f64948 /ui/evolution-shell.ui | |
parent | 207ce38c528b3fd4f9f7fbca5a81470bfacdbc28 (diff) | |
download | gsoc2013-evolution-836958c07600f5834e080424948cd61206a5c519.tar.gz gsoc2013-evolution-836958c07600f5834e080424948cd61206a5c519.tar.zst gsoc2013-evolution-836958c07600f5834e080424948cd61206a5c519.zip |
remove more complex pieces in the UI
Diffstat (limited to 'ui/evolution-shell.ui')
-rw-r--r-- | ui/evolution-shell.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/evolution-shell.ui b/ui/evolution-shell.ui index eb11673f0e..3b3211a50c 100644 --- a/ui/evolution-shell.ui +++ b/ui/evolution-shell.ui @@ -2,7 +2,9 @@ <menubar name='main-menu'> <menu action='file-menu'> <menu action='new-menu'/> +<!-- if !EXPRESS --> <menuitem action='new-window'/> +<!-- endif --> <separator/> <menuitem action='send-receive'/> <placeholder name='file-actions'/> @@ -43,13 +45,16 @@ <separator/> <menuitem action='gal-define-views'/> </menu> +<!-- if !EXPRESS --> <menu action='window-menu'/> +<!-- endif --> <menu action='layout-menu'> <menuitem action='show-toolbar'/> <menuitem action='show-taskbar'/> <menuitem action='show-sidebar'/> </menu> <placeholder name='view-custom-menus'/> +<!-- if !EXPRESS --> <menu action='switcher-menu'> <menuitem action='switcher-style-both'/> <menuitem action='switcher-style-icons'/> @@ -58,6 +63,7 @@ <separator/> <menuitem action='show-switcher'/> </menu> +<!-- endif --> </menu> <placeholder name='custom-menus'/> <menu action='search-menu'> |