From 87a211d95ff93912225e6f342cee9b5ad47a5f8a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 12 Jul 2000 18:07:06 +0000 Subject: Fixed to match gconf API change. 2000-07-12 Christopher James Lahey * main.c: Fixed to match gconf API change. svn path=/trunk/; revision=4112 --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') 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); -- cgit v1.2.3