evolution r35130 - trunk/shell



Author: tml
Date: Mon Mar  3 22:45:45 2008
New Revision: 35130
URL: http://svn.gnome.org/viewvc/evolution?rev=35130&view=rev

Log:
Move the call to set_paths() on Windows earlier before
gnome_program_init() so that it affects gconfd-2.


Modified:
   trunk/shell/main.c

Modified: trunk/shell/main.c
==============================================================================
--- trunk/shell/main.c	(original)
+++ trunk/shell/main.c	Mon Mar  3 22:45:45 2008
@@ -680,6 +680,10 @@
 
 	g_option_context_set_translation_domain(context, GETTEXT_PACKAGE);
 
+#ifdef G_OS_WIN32
+	set_paths ();
+#endif
+
 	program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
 				      GNOME_PROGRAM_STANDARD_PROPERTIES,
 				      GNOME_PARAM_GOPTION_CONTEXT, context,
@@ -701,10 +705,6 @@
 		exit (0);
 	}
 
-#ifdef G_OS_WIN32
-	set_paths ();
-#endif
-
 	client = gconf_client_get_default ();
 
 #if DEVELOPMENT



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