Connect missing signal

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

	* background-properties-capplet.c (setup_dialog): Connect
	missing signal
This commit is contained in:
Bradford Hovinen 2001-12-17 18:33:12 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 3504b0d5ab
commit 7b408b24fc
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
(setup_dialog): Store the applier in the preferences object
(peditor_value_changed): Retrieve the applier from the preferences
object and use it to apply settings on the preview widget
(setup_dialog): Connect missing signal
* background.schema: Added wallpaper-enabled

View file

@ -218,6 +218,7 @@ setup_dialog (GtkWidget *widget, GConfChangeSet *changeset)
peditor = gconf_peditor_new_boolean
(changeset, "/background-properties/wallpaper-enabled", WID ("picture_enabled_check"));
g_signal_connect (peditor, "value-changed", (GCallback) peditor_value_changed, prefs);
#if 0
gconf_peditor_widget_set_guard (GCONF_PROPERTY_EDITOR (peditor), WID ("picture_frame"),