From af79a822bc244226fc3df48b45bd98b1bb9e08c3 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 3 Jun 2009 14:54:08 +0200 Subject: Replace libgnome function with equivalent glib functions. --- e-util/e-win32-reloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e-util') diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c index a080518d4c..c862826fed 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -104,7 +104,8 @@ setup (void) } /* This requires that the libeutil DLL is installed in $bindir */ - gnome_win32_get_prefixes (hmodule, &full_prefix, &cp_prefix); + full_prefix = g_win32_get_package_installation_directory_of_module(hmodule); + cp_prefix = g_win32_locale_filename_from_utf8(full_prefix); localedir = replace_prefix (cp_prefix, EVOLUTION_LOCALEDIR); -- cgit v1.2.3