aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/tnef-attachments/ChangeLog5
-rw-r--r--plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml4
2 files changed, 6 insertions, 3 deletions
diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog
index 4c9f506137..ca3c834f30 100644
--- a/plugins/tnef-attachments/ChangeLog
+++ b/plugins/tnef-attachments/ChangeLog
@@ -1,5 +1,10 @@
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
+ * org-gnome-tnef-attachments.eplug.xml: Fixed bugs where the .so wasn't
+ reffered rightly.
+
+2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
+
** Cleanups from Lucky Wankhede
* org-gnome-tnef-attachments.eplug.xml:
diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
index de1a556591..a207077d6a 100644
--- a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
+++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
@@ -3,9 +3,7 @@
<e-plugin
type="shlib"
id="org.gnome.evolution.mail.tnefattachments"
- location="+PLUGIN_INSTALL_DIR+/liborg-gnome-tnef-attachments.so"
- domain="+GETTEXT_PACKAGE+"
- localedir="+LOCALEDIR+"
+ location="@PLUGINDIR@/liborg-gnome-tnef-attachments@SOEXT@"
_name="TNEF Attachment decoder">
<_description>A simple plugin which uses ytnef to decode tnef attachments.</_description>
<author name="Lucky Wankhede" email="wlakke@novell.com"/>