Use gconf_client rather than gconf_engine

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

	* gconf-property-editor.c: Use gconf_client rather than
	gconf_engine
This commit is contained in:
Bradford Hovinen 2001-12-18 16:39:55 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 66f47e6a78
commit 1efa46f928
3 changed files with 36 additions and 34 deletions

View file

@ -25,7 +25,7 @@
#define __GCONF_PROPERTY_EDITOR_H
#include <gnome.h>
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>
#include <gconf/gconf-changeset.h>
G_BEGIN_DECLS