diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-11-03 20:32:05 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-11-03 20:32:05 +0800 |
commit | 0c9192a76c44a74b1a8d79c33dd5d8e25ab82d11 (patch) | |
tree | 3bb15a88437bdfb870179abc5dbf30defc9a3da4 /plugins/mail-to-task | |
parent | 4c22c6370acaf1b1bbaccfe15566c1ea34bdfce0 (diff) | |
download | gsoc2013-evolution-0c9192a76c44a74b1a8d79c33dd5d8e25ab82d11.tar.gz gsoc2013-evolution-0c9192a76c44a74b1a8d79c33dd5d8e25ab82d11.tar.zst gsoc2013-evolution-0c9192a76c44a74b1a8d79c33dd5d8e25ab82d11.zip |
fixed description and added author's info, to display correctly on the
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fixed description and added
author's info, to display correctly on the plugin manager.
svn path=/trunk/; revision=27819
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.in | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index b616d737a8..3cac365fb5 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,8 @@ +2004-11-04 Rodrigo Moya <rodrigo@novell.com> + + * org-gnome-mail-to-task.eplug.in: fixed description and added + author's info, to display correctly on the plugin manager. + 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should 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 4426ec5fd9..e1fe4dc6b3 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 @@ -4,8 +4,9 @@ type="shlib" id="org.gnome.evolution.plugin.mailToTask" location="@PLUGINDIR@/liborg-gnome-mail-to-task.so" - name="Convert a mail message into a task" - description="A plugin which allows the creation of tasks from the contents of a mail message"> + name="Convert a mail message into a task"> + <description>A plugin which allows the creation of tasks from the contents of a mail message</description> + <author name="Rodrigo Moya" email="rodrigo@novell.com"/> <!-- hook into the uri popup menu --> <hook class="org.gnome.evolution.mail.popup:1.0"> |