]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/evtloop.cpp
Warning fix.
[wxWidgets.git] / src / gtk / evtloop.cpp
index 2c9fe3c6eaa9d25789f18eb8c47099c45dc8db92..fbdd81bd2d9f308df2694adc338d257141e53439 100644 (file)
@@ -101,7 +101,7 @@ bool wxEventLoop::Pending() const
     {
         // We need to remove idle callbacks or gtk_events_pending will
         // never return false.
-        wxTheApp->RemoveIdleTag();
+        wxTheApp->RemoveIdleSource();
     }
 
     return gtk_events_pending();