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:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user