Do not use deprecated gtk_rc_style_unref

This commit is contained in:
Yevgen Muntyan 2007-03-24 02:10:28 -05:00
parent 886db00c60
commit 90c02ca6b0

View File

@ -1062,7 +1062,7 @@ moo_font_selection_update_preview (MooFontSelection *fontsel)
rc_style->font_desc = moo_font_selection_get_font_description (fontsel);
gtk_widget_modify_style (preview_entry, rc_style);
gtk_rc_style_unref (rc_style);
g_object_unref (rc_style);
gtk_widget_size_request (preview_entry, NULL);