Fixed to match gconf API change.
2000-07-12 Christopher James Lahey <clahey@helixcode.com> * main.c: Fixed to match gconf API change. svn path=/trunk/; revision=4112
This commit is contained in:
committed by
Chris Lahey
parent
ecde034b38
commit
87a211d95f
@ -1,3 +1,7 @@
|
||||
2000-07-12 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* main.c: Fixed to match gconf API change.
|
||||
|
||||
2000-07-10 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* main.c (development_warning): Update the message.
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user