diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-22 01:26:13 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-22 01:26:13 +0800 |
commit | 4f754a2066880130fe461e4b2baad575b6a3f050 (patch) | |
tree | a317fd29731ac58cc3e0d178c213221749cf5f42 | |
parent | 10ba44f786780522e2cc5d2da2226b7d656847df (diff) | |
download | gsoc2013-evolution-4f754a2066880130fe461e4b2baad575b6a3f050.tar.gz gsoc2013-evolution-4f754a2066880130fe461e4b2baad575b6a3f050.tar.zst gsoc2013-evolution-4f754a2066880130fe461e4b2baad575b6a3f050.zip |
fixed to make the plugin show up in the correct place.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fixed to make the plugin show
up in the correct place.
svn path=/trunk/; revision=27684
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index 7e27195076..e9b39b3a20 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,4 +1,9 @@ 2004-10-21 Rodrigo Moya <rodrigo@novell.com> + * org-gnome-mail-to-task.eplug.in: fixed to make the plugin show + up in the correct place. + +2004-10-21 Rodrigo Moya <rodrigo@novell.com> + * mail-to-task.c: implemented plugin for converting selected mails to tasks.
\ No newline at end of file diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in index dd36bb3de8..5087dce521 100644 --- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in +++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in @@ -9,11 +9,11 @@ <!-- hook into the uri popup menu --> <hook class="org.gnome.evolution.mail.popup:1.0"> - <menu id="org.gnome.evolution.mail.folderview.popup.uri" target="select"> + <menu id="org.gnome.mail.folderview.popup.select" target="select"> <item type="item" path="71.mail_to_task" - image="stock_tasks" + icon="stock_tasks" label="Con_vert to Task" enable="one" visible="one" |