Do not use deprecated gtk_rc_style_unref
This commit is contained in:
parent
886db00c60
commit
90c02ca6b0
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user