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/subject-thread | |
parent | a2b962acc37ed6f825b7f7eb2683545c0bcd67a8 (diff) | |
download | gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.gz gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.bz2 gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.lz gsoc2013-evolution-0c83d5d341575e6e1c1078293300e1e1ce365051.tar.xz 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/subject-thread')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/subject-thread/org-gnome-subject-thread.eplug.xml | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog index 9f2b8f741a..71093fe341 100644 --- a/plugins/subject-thread/ChangeLog +++ b/plugins/subject-thread/ChangeLog @@ -1,3 +1,11 @@ +2007-04-02 Sankar P <psankar@novell.com> + + * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> + + * org-gnome-subject-thread.eplug.xml: + Cleanup. + Fixes part of #301149 + 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #419524 diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.xml b/plugins/subject-thread/org-gnome-subject-thread.eplug.xml index 87132bbf8c..a472f0289d 100644 --- a/plugins/subject-thread/org-gnome-subject-thread.eplug.xml +++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <e-plugin-list> <e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" _name="Subject Threading" - location="@PLUGINDIR@/liborg-gnome-subject-thread.so"> + location="@PLUGINDIR@/liborg-gnome-subject-thread@SOEXT@"> <author name="JP Rosevear" email="jpr@novell.com"/> <_description>Indicates if threading of messages should fall back to subject.</_description> @@ -11,4 +11,4 @@ </group> </hook> </e-plugin> -</e-plugin-list>
\ No newline at end of file +</e-plugin-list> |