Unregister configure callback,part of #12447: wxGTK patch: Segfault on Drag&Drop

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2010-09-08 20:00:44 +00:00
parent 59719014c5
commit 89b6b731b6

View File

@@ -857,6 +857,9 @@ wxDragResult wxDropSource::DoDragDrop(int flags)
while (m_waiting)
gtk_main_iteration();
g_signal_handlers_disconnect_by_func (m_iconWindow,
(gpointer) gtk_dnd_window_configure_callback, this);
return m_retValue;
}