git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55275
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Setting icons before window is realized can cause a GTK assertion if
// another TLW is realized before this one, and it has this one as it's
// transient parent. The life demo exibits this problem.
// Setting icons before window is realized can cause a GTK assertion if
// another TLW is realized before this one, and it has this one as it's
// transient parent. The life demo exibits this problem.
- //if (GTK_WIDGET_REALIZED(m_widget))
+ if (GTK_WIDGET_REALIZED(m_widget))
{
GList* list = NULL;
for (size_t i = icons.GetIconCount(); i--;)
{
GList* list = NULL;
for (size_t i = icons.GetIconCount(); i--;)