diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-03 22:02:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:53:16 +0800 |
commit | 97f274dffdca39bca33296a9f39411dd2680b4ec (patch) | |
tree | 374f7051947908759e4c41f527c7bad64dbd6069 /plugins/mail-to-task | |
parent | 19eea41c74154855cb68ee3a1fb41e2ec136b764 (diff) | |
download | gsoc2013-evolution-97f274dffdca39bca33296a9f39411dd2680b4ec.tar.gz gsoc2013-evolution-97f274dffdca39bca33296a9f39411dd2680b4ec.tar.zst gsoc2013-evolution-97f274dffdca39bca33296a9f39411dd2680b4ec.zip |
Disable a chunk of UI from the mail-to-task plugin
Allow plugins to disable chunks of their UI - *NB* requires patched intltool,
that doesn't elide comments in XML
Remove some debug
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml index c708ee3ad1..9cb3909f7a 100644 --- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml +++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml @@ -7,6 +7,7 @@ <hook class="org.gnome.evolution.ui:1.0"> <ui-manager id="org.gnome.evolution.mail.browser" callback="mail_browser_init"> +<!-- if !EXPRESS --> <menubar name='main-menu'> <placeholder name='custom-menus'> <menu action="mail-message-menu"> @@ -27,9 +28,11 @@ <menuitem action="mail-convert-to-memo"/> </placeholder> </popup> +<!-- endif --> </ui-manager> <ui-manager id="org.gnome.evolution.mail" callback="mail_shell_view_init"> +<!-- if !EXPRESS --> <menubar name='main-menu'> <placeholder name='custom-menus'> <menu action="mail-message-menu"> @@ -58,6 +61,7 @@ <menuitem action="mail-convert-to-memo"/> </placeholder> </popup> +<!-- endif --> </ui-manager> </hook> |