diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index cb9b5fc95..b00a14937 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -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 diff --git a/capplets/background/background-properties-capplet.c b/capplets/background/background-properties-capplet.c index 9e613a376..1fe91b7a3 100644 --- a/capplets/background/background-properties-capplet.c +++ b/capplets/background/background-properties-capplet.c @@ -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"),