aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/org-gnome-face.eplug.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-15 21:41:32 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-15 21:41:32 +0800
commitb3b783f14644f1b736282649ad625a7ae2ea398e (patch)
treea608c914f5a5c653d5deaab4a124f68cc2ccf015 /plugins/face/org-gnome-face.eplug.xml
parent5475173cf5e73a3cc48ebd2b0fc9d6a8d177f83f (diff)
downloadgsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar.gz
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar.bz2
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar.lz
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar.xz
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.tar.zst
gsoc2013-evolution-b3b783f14644f1b736282649ad625a7ae2ea398e.zip
Bug #573878 - [face] Plugin is unusable
Diffstat (limited to 'plugins/face/org-gnome-face.eplug.xml')
-rw-r--r--plugins/face/org-gnome-face.eplug.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/face/org-gnome-face.eplug.xml b/plugins/face/org-gnome-face.eplug.xml
index 08e30b5948..da3159ae1b 100644
--- a/plugins/face/org-gnome-face.eplug.xml
+++ b/plugins/face/org-gnome-face.eplug.xml
@@ -3,20 +3,22 @@
<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 xml:space="preserve">Attach a small picture of your face to outgoing messages.
-
-First time the user needs to configure a 48x48 PNG image. It is Base-64 encoded and stored in ~/.evolution/faces. This will be used in subsequent sent messages.</_description>
+ <_description xml:space="preserve">Attach a small picture of your face to outgoing messages.</_description>
<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"/>
+ <menuitem action="face-plugin"/>
</placeholder>
</menu>
</menubar>
</ui-manager>
</hook>
+
+ <hook class="org.gnome.evolution.mail.events:1.0">
+ <event id="composer.presendchecks" handle="face_handle_send" target="message"/>
+ </hook>
</e-plugin>
</e-plugin-list>