From: Paul Cornett Date: Tue, 26 Aug 2008 05:28:53 +0000 (+0000) Subject: uncomment line accidentally left commented out in last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f087f1d84a3e1361a65e85a06e9072f55efebeda?ds=inline 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 --- diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 7e5b251646..7ddd774e3b 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -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--;)