From 7b408b24fca3ca1b1c9a703bc3bd3dcc66bc745b Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Mon, 17 Dec 2001 18:33:12 +0000 Subject: [PATCH] Connect missing signal 2001-12-17 Bradford Hovinen * background-properties-capplet.c (setup_dialog): Connect missing signal --- capplets/background/ChangeLog | 1 + capplets/background/background-properties-capplet.c | 1 + 2 files changed, 2 insertions(+) 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"),