st-widget: Fix st_widget_set_theme
https://bugzilla.gnome.org/show_bug.cgi?id=678737
This commit is contained in:
parent
560daec913
commit
a347a72091
@ -1022,7 +1022,7 @@ st_widget_set_theme (StWidget *actor,
|
|||||||
{
|
{
|
||||||
if (priv->theme)
|
if (priv->theme)
|
||||||
g_object_unref (priv->theme);
|
g_object_unref (priv->theme);
|
||||||
priv->theme = g_object_ref (priv->theme);
|
priv->theme = g_object_ref (theme);
|
||||||
|
|
||||||
st_widget_style_changed (actor);
|
st_widget_style_changed (actor);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user