]> git.sesse.net Git - vlc/commit
* modules/gui/wxwindows/fileinfo.cpp: do not use p_intf->p_sys->p_input to
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 15 May 2005 13:20:55 +0000 (13:20 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 15 May 2005 13:20:55 +0000 (13:20 +0000)
commit9793a7c8e63351ba18fb0c5ed27cc6dd42a998bc
tree0232503db97e62125573fae3237827bc0cdb4990
parent7b8099d541e503541e8c1719cc3ba5b68d1e67ce
 * modules/gui/wxwindows/fileinfo.cpp: do not use p_intf->p_sys->p_input to
   get the input thread, as this does not work when called through the dialogs
   provider. Use vlc_object_find() instead.
modules/gui/wxwindows/dialogs.cpp
modules/gui/wxwindows/fileinfo.cpp