aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-01-05 07:52:38 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-01-05 07:52:38 +0800
commite35c5c7beaa369c6a4e38f5f93cc9676bee29063 (patch)
tree82314998c437d64ecbecd09c3320edd7381b27de /e-util/e-plugin.c
parentdd89eedfbfd41ee781a10b565b5ea0e8a6472b5d (diff)
downloadgsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar.gz
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar.bz2
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar.lz
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar.xz
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.tar.zst
gsoc2013-evolution-e35c5c7beaa369c6a4e38f5f93cc9676bee29063.zip
e-plugin.c (epl_construct) [Win32] The interface of
2006-01-05 Tor Lillqvist <tml@novell.com> * e-plugin.c (epl_construct) * e-menu.c (emph_construct_menu): [Win32] The interface of e_util_replace_prefix() changed a bit. svn path=/trunk/; revision=31053
Diffstat (limited to 'e-util/e-plugin.c')
-rw-r--r--e-util/e-plugin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c
index c46bdebf44..762ab51afe 100644
--- a/e-util/e-plugin.c
+++ b/e-util/e-plugin.c
@@ -877,8 +877,10 @@ epl_construct(EPlugin *ep, xmlNodePtr root)
}
#ifdef G_OS_WIN32
{
- char *mapped_location = e_util_replace_prefix (e_util_get_prefix (),
- epl->location);
+ char *mapped_location =
+ e_util_replace_prefix (EVOLUTION_PREFIX,
+ e_util_get_prefix (),
+ epl->location);
g_free (epl->location);
epl->location = mapped_location;
}