]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/evtloop.cpp
don't try to access empty wxIconBundle in gtk_frame_realized_callback
[wxWidgets.git] / src / dfb / evtloop.cpp
index ee7154ff1ef0dd2b9d6c66d0d3cd4de023f5f5c8..c4c6c3bdeba40cef0c892f7a538bcfcafae71bfa 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "wx/thread.h"
 #include "wx/timer.h"
-#include "wx/private/socketevtdispatch.h"
+#include "wx/private/selectdispatcher.h"
 #include "wx/dfb/private.h"
 #include "wx/nonownedwnd.h"
 
@@ -141,7 +141,7 @@ void wxEventLoop::OnNextIteration()
 
 #if wxUSE_SOCKETS
     // handle any pending socket events:
-    wxSocketEventDispatcher::Get().RunLoop();
+    wxSelectDispatcher::Get().RunLoop(0);
 #endif
 }