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:
parent
1efa46f928
commit
19d9454148
3 changed files with 12 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue