diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index a723b65cb..d31dd6a77 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -1,3 +1,8 @@ +2002-04-21 Rachel Hestilow + + * background-properties-capplet.c (setup_dialog): Update for + new enum peditor prototypes. + Wed Apr 10 18:06:35 2002 Jonathan Blandford * background.desktop.in (Exec): s/gnome2/gnome diff --git a/capplets/background/background-properties-capplet.c b/capplets/background/background-properties-capplet.c index 798868ff4..a43f92ab9 100644 --- a/capplets/background/background-properties-capplet.c +++ b/capplets/background/background-properties-capplet.c @@ -348,7 +348,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset, ApplierSet *set) g_object_set_data (G_OBJECT (set->prefs), "color2-label", WID("color2_label")); peditor = gconf_peditor_new_select_menu_with_enum - (changeset, BG_PREFERENCES_COLOR_SHADING_TYPE, WID ("border_shading"), bg_preferences_orientation_get_type (), NULL); + (changeset, BG_PREFERENCES_COLOR_SHADING_TYPE, WID ("border_shading"), bg_preferences_orientation_get_type (), TRUE, NULL); g_signal_connect (peditor, "value-changed", (GCallback) peditor_value_changed, set); peditor = gconf_peditor_new_color @@ -363,7 +363,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset, ApplierSet *set) g_signal_connect (peditor, "value-changed", (GCallback) peditor_value_changed, set); peditor = gconf_peditor_new_select_radio_with_enum - (changeset, BG_PREFERENCES_PICTURE_OPTIONS, gtk_radio_button_get_group (GTK_RADIO_BUTTON (WID ("radiobutton1"))), bg_preferences_wptype_get_type (), NULL); + (changeset, BG_PREFERENCES_PICTURE_OPTIONS, gtk_radio_button_get_group (GTK_RADIO_BUTTON (WID ("radiobutton1"))), bg_preferences_wptype_get_type (), TRUE, NULL); g_signal_connect (peditor, "value-changed", (GCallback) peditor_value_changed, set); /* Make sure preferences get applied to the preview */