Work correctly with multiple callback signatures

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

	* gconf-property-editor.c (peditor_string_widget_changed):
	Work correctly with multiple callback signatures
	(gconf_peditor_new_string): Use changed signal
This commit is contained in:
Bradford Hovinen 2001-12-17 19:32:15 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 7b408b24fc
commit 250f23b97b
3 changed files with 20 additions and 15 deletions

View file

@ -76,8 +76,7 @@ GObject *gconf_peditor_new_select_radio (GConfChangeSet *changeset,
GSList *radio_group);
void gconf_peditor_widget_set_guard (GConfPropertyEditor *peditor,
GtkWidget *widget,
gchar *key);
GtkWidget *widget);
G_END_DECLS