[evolution/kill-bonobo] Replace libgnome function with equivalent glib functions.



commit 991ca2dec86663170f1e118827aa32c29e7c6edc
Author: Fridrich Strba <fstrba strbadell localdomain>
Date:   Wed Jun 3 14:54:08 2009 +0200

    Replace libgnome function with equivalent glib functions.
---
 e-util/e-win32-reloc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c
index a080518..c862826 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]