aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/org-gnome-external-editor.eplug.xml
diff options
context:
space:
mode:
authorHolger Macht <holger@homac.de>2009-04-28 23:10:26 +0800
committerBharath Acharya <abharath@novell.com>2009-04-28 23:10:26 +0800
commit156dfd09d8467bcc727e69f27795360866650eec (patch)
tree373f3c0b9e879f11282613f5673afbbe7e81566a /plugins/external-editor/org-gnome-external-editor.eplug.xml
parent8da802661961ff0356088abfcb9217cef8ef2446 (diff)
downloadgsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.gz
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.bz2
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.lz
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.xz
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.zst
gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.zip
External Editor rewrite by Holger Macht. Fixes #567145
Diffstat (limited to 'plugins/external-editor/org-gnome-external-editor.eplug.xml')
-rw-r--r--plugins/external-editor/org-gnome-external-editor.eplug.xml40
1 files changed, 19 insertions, 21 deletions
diff --git a/plugins/external-editor/org-gnome-external-editor.eplug.xml b/plugins/external-editor/org-gnome-external-editor.eplug.xml
index 68c56d83de..861535d6cf 100644
--- a/plugins/external-editor/org-gnome-external-editor.eplug.xml
+++ b/plugins/external-editor/org-gnome-external-editor.eplug.xml
@@ -1,27 +1,25 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
- <!-- the path to the shared library -->
- <e-plugin
- id="org.gnome.plugin.external.editor"
- type="shlib"
- location="@PLUGINDIR@/liborg-gnome-external-editor@SOEXT@"
- _name="External Editor">
+ <e-plugin type="shlib"
+ location="@PLUGINDIR@/liborg-gnome-external-editor@SOEXT@"
+ id="org.gnome.plugin.external.editor" name="External Editor">
+ <author name="Holger Macht" email="hmacht@suse.de"/>
<author name="Sankar P" email="sankar2u@gmail.com"/>
- <_description>A plugin for using an external editor as the composer. You can send only plain-text messages.</_description>
+ <description>A plugin for using an external editor as the composer. You can send only plain-text messages.</description>
- <hook class="org.gnome.evolution.shell.bonobomenu:1.0">
-
- <menu id="org.gnome.evolution.shell" target="shell">
- <!-- the path to the bonobo menu description -->
- <ui file="@PLUGINDIR@/org-gnome-external-editor.xml"/>
- <item
- type="item"
- verb="EPExtEditor"
- path="/commands/EPExtEditor"
- activate="org_gnome_external_editor"/>
- </menu>
-
- </hook>
+ <hook class="org.gnome.evolution.ui:1.0">
+ <ui-manager id="org.gnome.evolution.composer">
+ <menubar name='main-menu'>
+ <placeholder name='pre-edit-menu'>
+ <menu action='file-menu'>
+ <placeholder name="external-editor-holder">
+ <menuitem action="ExternalEditor"/>
+ </placeholder>
+ </menu>
+ </placeholder>
+ </menubar>
+ </ui-manager>
+ </hook>
</e-plugin>
</e-plugin-list>