]> git.sesse.net Git - vlc/commit
Extensions: do not wait on widget if dialog is deleted
authorJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 23:49:21 +0000 (00:49 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Thu, 4 Feb 2010 00:54:25 +0000 (01:54 +0100)
commit193f0371f07d7f394ec5c3f9379a17271870fd7b
tree1af462cf9f5a6f06fe77359f025093857ea02a05
parent547b2f41f76d9a502ada4e991ac56fb36e34dbd0
Extensions: do not wait on widget if dialog is deleted

If the dialog is about to be deleted, it's too late to care about
the widget (it has already been removed from the UI).
modules/misc/lua/libs/dialog.c