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/save-attachments | |
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/save-attachments')
-rw-r--r-- | plugins/save-attachments/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/save-attachments/org-gnome-save-attachments.eplug.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index fc8e1a9112..fb0d2426d3 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,11 @@ +2007-04-02 Sankar P <psankar@novell.com> + + * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> + + * org-gnome-save-attachments.eplug.xml: + Cleanup. + Fixes part of #301149 + 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * save-attachments.c: diff --git a/plugins/save-attachments/org-gnome-save-attachments.eplug.xml b/plugins/save-attachments/org-gnome-save-attachments.eplug.xml index 0f63421334..d51b341db4 100644 --- a/plugins/save-attachments/org-gnome-save-attachments.eplug.xml +++ b/plugins/save-attachments/org-gnome-save-attachments.eplug.xml @@ -4,7 +4,7 @@ <e-plugin id="org.gnome.plugin.attachments.save" type="shlib" - location="@PLUGINDIR@/liborg-gnome-save-attachments.so" + location="@PLUGINDIR@/liborg-gnome-save-attachments@SOEXT@" _name="Save attachments"> <author name="Not Zed" email="NotZed@Ximian.com"/> |