aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index cdad9f76c9..352773e45f 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -114,7 +114,11 @@ idle_cb (gpointer data)
evolution_directory = (char *) data;
+#ifdef HAVE_GCONF_CLIENT_GET_DEFAULT
gconf_client = gconf_client_get_default ();
+#else
+ gconf_client = gconf_client_new ();
+#endif
shell = e_shell_new (evolution_directory, gconf_client);
g_free (evolution_directory);
rAgeFilesLines * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * SHA256ifyedwin2006-01-221-0/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Update mastersite.obrien2003-08-101-2/+2 * De-pkg-comment.knu2003-02-212-1/+1 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+1