Multi-thread fix from Angel [ patch 1281057 ]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-09-03 01:01:06 +00:00
parent 2edd85f22b
commit 05036fe062
2 changed files with 6 additions and 4 deletions

View File

@@ -109,9 +109,10 @@ void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, GSock
}
if (m_id[c] != -1)
{
gdk_input_remove(m_id[c]);
m_id[c] = -1;
m_id[c] = -1;
}
}
void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket)

View File

@@ -109,9 +109,10 @@ void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, GSock
}
if (m_id[c] != -1)
{
gdk_input_remove(m_id[c]);
m_id[c] = -1;
m_id[c] = -1;
}
}
void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket)