diff options
Diffstat (limited to 'e-util/e-plugin.c')
-rw-r--r-- | e-util/e-plugin.c | 6 |
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; } |