[evolution-data-server] [win32] Don't bother with the .gnome2_private override.



commit 13b5c39d0a18700b645d0f5bda7a8732c717228c
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Tue Mar 23 17:52:43 2010 +0100

    [win32] Don't bother with the .gnome2_private override.

 libedataserverui/e-passwords.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libedataserverui/e-passwords.c b/libedataserverui/e-passwords.c
index 505b687..45ecc14 100644
--- a/libedataserverui/e-passwords.c
+++ b/libedataserverui/e-passwords.c
@@ -112,6 +112,7 @@ check_key_file (const gchar *funcname)
 static gchar *
 ep_key_file_get_filename (void)
 {
+#ifndef G_OS_WIN32
 	const gchar *override;
 
 	/* XXX It would be nice to someday move this data elsewhere, or else
@@ -130,7 +131,7 @@ ep_key_file_get_filename (void)
 			"%s_private" G_DIR_SEPARATOR_S "Evolution",
 			realpath (override, resolved_path));
 	}
-
+#endif
 	return g_build_filename (
 		g_get_home_dir (), ".gnome2_private", "Evolution", NULL);
 }



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