stack switcher: Notify consistently

Whether to notify a property change should not depend
on whether the switcher is associated with a stack or not.
This commit is contained in:
Matthias Clasen 2015-11-19 18:08:30 -05:00
parent 530aa3cced
commit 4aceee71c5

View File

@ -474,8 +474,9 @@ gtk_stack_switcher_set_icon_size (GtkStackSwitcher *switcher,
{
clear_switcher (switcher);
populate_switcher (switcher);
g_object_notify (G_OBJECT (switcher), "icon-size");
}
g_object_notify (G_OBJECT (switcher), "icon-size");
}
}