aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-09 18:09:30 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-09 18:09:30 +0800
commit2da7cdde5b4537efa9b6fa11332e2a60ff222617 (patch)
tree24c5a9d6188e72def77da1b70938bee4eff476ba /plugins
parent641af6c30611373af9f21ef795f5748dc15da547 (diff)
downloadgsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar.gz
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar.bz2
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar.lz
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar.xz
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.tar.zst
gsoc2013-evolution-2da7cdde5b4537efa9b6fa11332e2a60ff222617.zip
Fixed bugs where the .so wasn't reffered rightly.
* org-gnome-tnef-attachments.eplug.xml: Fixed bugs where the .so wasn't reffered rightly. svn path=/trunk/; revision=33782
Diffstat (limited to 'plugins')
-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"/>