uncomment line accidentally left commented out in last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-08-26 05:28:53 +00:00
parent 0617ba3e34
commit f087f1d84a

View File

@@ -1100,7 +1100,7 @@ void wxTopLevelWindowGTK::SetIcons( const wxIconBundle &icons )
// 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--;)