Use gconf_client rather than gconf_engine

2001-12-18  Bradford Hovinen  <hovinen@ximian.com>

	* preferences.c (preferences_load): Use gconf_client rather
	than gconf_engine
This commit is contained in:
Bradford Hovinen 2001-12-18 16:40:15 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 1efa46f928
commit 19d9454148
3 changed files with 12 additions and 11 deletions

View file

@ -26,7 +26,7 @@
#include <glib-object.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>
#define PREFERENCES(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, preferences_get_type (), Preferences)
#define PREFERENCES_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, preferences_get_type (), PreferencesClass)