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:
Christopher James Lahey
2000-07-12 18:07:06 +00:00
committed by Chris Lahey
parent ecde034b38
commit 87a211d95f
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);