diff options
Diffstat (limited to 'plugins/face/org-gnome-face.eplug.xml')
| -rw-r--r-- | plugins/face/org-gnome-face.eplug.xml | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/plugins/face/org-gnome-face.eplug.xml b/plugins/face/org-gnome-face.eplug.xml index cc56aac359..e84b93f809 100644 --- a/plugins/face/org-gnome-face.eplug.xml +++ b/plugins/face/org-gnome-face.eplug.xml @@ -1,22 +1,20 @@ <?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.evolution.face" type="shlib" _name="Face" - location="@PLUGINDIR@/liborg-gnome-face@SOEXT@"> + <e-plugin id="org.gnome.evolution.face" type="shlib" _name="Face" location="@PLUGINDIR@/liborg-gnome-face@SOEXT@"> - <author name="Sankar P" email="psankar@novell.com"/> - <_description>Attach Face header to outgoing messages. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in messages that are sent further.</_description> + <author name="Sankar P" email="psankar@novell.com"/> + <_description>Attach Face header to outgoing messages. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in messages that are sent further.</_description> - <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> - <menu id="org.gnome.evolution.mail.composer" target="widget"> - <ui file="@PLUGINDIR@/org-gnome-face-ui.xml"/> - <item - type="item" - verb="Face" - path="/commands/Face" - activate="org_gnome_composer_face" - enable="one" - /> - </menu> - </hook> - </e-plugin> + <hook class="org.gnome.evolution.ui:1.0"> + <ui-manager id="org.gnome.evolution.composer"> + <menubar name='main-menu'> + <menu action='insert-menu'> + <placeholder name="insert-menu-top"> + <menuitem action="face"/> + </placeholder> + </menu> + </menubar> + </ui-manager> + </hook> + </e-plugin> </e-plugin-list> |
