diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-13 02:07:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-13 02:07:06 +0800 |
commit | 87a211d95ff93912225e6f342cee9b5ad47a5f8a (patch) | |
tree | 52f2205e170e3a656cee21d0bfac4558fee1316e /shell/main.c | |
parent | ecde034b3863af993becc3f4769fc694c1b76148 (diff) | |
download | gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar.gz gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar.bz2 gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar.lz gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar.xz gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.tar.zst gsoc2013-evolution-87a211d95ff93912225e6f342cee9b5ad47a5f8a.zip |
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
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
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); |