diff options
author | Sankar P <psankar@novell.com> | 2007-04-02 15:13:50 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-04-02 15:13:50 +0800 |
commit | 0c83d5d341575e6e1c1078293300e1e1ce365051 (patch) | |
tree | 432006a2f22af36dd0e4e8dde923c6ad4d56099c /plugins/mail-to-task | |
parent | a2b962acc37ed6f825b7f7eb2683545c0bcd67a8 (diff) | |
download | gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.gz gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.zst gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.zip |
Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
Code Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33354
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index 9932a96c1f..35727aa4b1 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,11 @@ +2007-04-02 Sankar P <psankar@novell.com> + + * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> + + * org-gnome-mail-to-task.eplug.xml: + Cleanup. + Fixes part of #301149 + 2006-07-31 Chenthill Palanisamy <pchenthill@novell.com> Fixes #310489 diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml index d28665c88d..00ba6875f8 100644 --- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml +++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml @@ -3,7 +3,7 @@ <e-plugin type="shlib" id="org.gnome.evolution.plugin.mailToTask" - location="@PLUGINDIR@/liborg-gnome-mail-to-task.so" + location="@PLUGINDIR@/liborg-gnome-mail-to-task@SOEXT@" _name="Mail to 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"/> |