diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-03 18:36:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:53:16 +0800 |
commit | 19eea41c74154855cb68ee3a1fb41e2ec136b764 (patch) | |
tree | 4c638c63b1bdca7a2352795c1da0e30fc5b14e7e /ui | |
parent | 3d95369f38b22dea1fc22bb3f2cf306ae82aed9d (diff) | |
download | gsoc2013-evolution-19eea41c74154855cb68ee3a1fb41e2ec136b764.tar.gz gsoc2013-evolution-19eea41c74154855cb68ee3a1fb41e2ec136b764.tar.zst gsoc2013-evolution-19eea41c74154855cb68ee3a1fb41e2ec136b764.zip |
clean up the 'express' mode hooks for UI Managers and start to
extend them to plugins - use a simple one-off boolean on the UI Manager
instead of exhaustively trying to propagate this information everywhere.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution-shell.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-shell.ui b/ui/evolution-shell.ui index 3b3211a50c..4fe9de2bc9 100644 --- a/ui/evolution-shell.ui +++ b/ui/evolution-shell.ui @@ -92,7 +92,7 @@ <toolitem action='send-receive'/> <separator/> <placeholder name='toolbar-actions'/> -<!-- if !EXPRESS --> +<!-- if EXPRESS --> <toolitem action='preferences'/> <!-- endif --> </toolbar> |