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:
parent
3504b0d5ab
commit
7b408b24fc
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
(setup_dialog): Store the applier in the preferences object
|
(setup_dialog): Store the applier in the preferences object
|
||||||
(peditor_value_changed): Retrieve the applier from the preferences
|
(peditor_value_changed): Retrieve the applier from the preferences
|
||||||
object and use it to apply settings on the preview widget
|
object and use it to apply settings on the preview widget
|
||||||
|
(setup_dialog): Connect missing signal
|
||||||
|
|
||||||
* background.schema: Added wallpaper-enabled
|
* background.schema: Added wallpaper-enabled
|
||||||
|
|
||||||
|
|
|
@ -218,6 +218,7 @@ setup_dialog (GtkWidget *widget, GConfChangeSet *changeset)
|
||||||
|
|
||||||
peditor = gconf_peditor_new_boolean
|
peditor = gconf_peditor_new_boolean
|
||||||
(changeset, "/background-properties/wallpaper-enabled", WID ("picture_enabled_check"));
|
(changeset, "/background-properties/wallpaper-enabled", WID ("picture_enabled_check"));
|
||||||
|
g_signal_connect (peditor, "value-changed", (GCallback) peditor_value_changed, prefs);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
gconf_peditor_widget_set_guard (GCONF_PROPERTY_EDITOR (peditor), WID ("picture_frame"),
|
gconf_peditor_widget_set_guard (GCONF_PROPERTY_EDITOR (peditor), WID ("picture_frame"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue