undid the last change: it results in crashes with some GTK+ versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-17 09:56:15 +00:00
parent 6179ac0699
commit b64d8f9463
2 changed files with 0 additions and 10 deletions

View File

@@ -41,12 +41,7 @@ extern "C" gint timeout_callback( gpointer data )
gdk_threads_leave();
if ( timer->IsOneShot() )
{
// This sets m_tag to -1
timer->Stop();
return FALSE;
}
return TRUE;
}

View File

@@ -41,12 +41,7 @@ extern "C" gint timeout_callback( gpointer data )
gdk_threads_leave();
if ( timer->IsOneShot() )
{
// This sets m_tag to -1
timer->Stop();
return FALSE;
}
return TRUE;
}