From e35c5c7beaa369c6a4e38f5f93cc9676bee29063 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 4 Jan 2006 23:52:38 +0000 Subject: e-plugin.c (epl_construct) [Win32] The interface of 2006-01-05 Tor Lillqvist * 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 --- e-util/e-plugin.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util/e-plugin.c') 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; } -- cgit v1.2.3