]> git.saurik.com Git - wxWidgets.git/commitdiff
uncomment line accidentally left commented out in last commit
authorPaul Cornett <paulcor@bullseye.com>
Tue, 26 Aug 2008 05:28:53 +0000 (05:28 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 26 Aug 2008 05:28:53 +0000 (05:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/toplevel.cpp

index 7e5b251646a051d2372ad672ae8bd5431bf6f46c..7ddd774e3ba9a06c08ef5f097e8a7421ff971bae 100644 (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.
     // 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--;)