aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index a01f2b8237..69816873c2 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -162,7 +162,7 @@ idle_cb (gpointer data)
evolution_directory = (char *) data;
- gconf_client = gconf_client_new ();
+ gconf_client = gconf_client_get_default ();
shell = e_shell_new (evolution_directory, gconf_client);
g_free (evolution_directory);