Implement. Sets the GConf value either in the changeset, or if changeset

2002-01-04  Bradford Hovinen  <hovinen@ximian.com>

	* gconf-property-editor.c (peditor_set_gconf_value):
	Implement. Sets the GConf value either in the changeset, or if
	changeset is NULL, directly
	(peditor_*_widget_changed): Use peditor_set_gconf_value
	(gconf_peditor_new_*): Don't complain if changeset is NULL
This commit is contained in:
Bradford Hovinen 2002-01-04 20:48:17 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 2fc652eb94
commit 68257fcb34
15 changed files with 68 additions and 50 deletions

View file

@ -25,6 +25,7 @@
#define __GNOME_SETTINGS_DAEMON_H
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>
#include <gtk/gtk.h>