]> git.sesse.net Git - vlc/commit
Extensions/Qt: fix the deactivation race condition
authorJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 22:56:32 +0000 (23:56 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Thu, 4 Feb 2010 00:54:25 +0000 (01:54 +0100)
commit547b2f41f76d9a502ada4e991ac56fb36e34dbd0
tree03155fdc2a9f3a2cae87c96f9bb615bc96037ad3
parent13ca60ed3a07c1e72e606d1b01e304e3ac099ea3
Extensions/Qt: fix the deactivation race condition

Bind signal EDP::destroyed() to Dialog::deleteLater()
Clear p_sys_intf variable of the dialog
Signal condition when this is done
modules/gui/qt4/dialogs/extensions.cpp
modules/gui/qt4/dialogs/extensions.hpp
modules/gui/qt4/extensions_manager.cpp