[vlc-devel] commit: Actually, the patch corrects three problems ( 2 pertaining to qt4 as a (brezhoneg1 )
git version control
git at videolan.org
Mon Mar 16 06:14:40 CET 2009
vlc | branch: master | brezhoneg1 <brezhoneg1 at yahoo.fr> | Mon Mar 16 01:15:37 2009 +0100| [ef65c9987986aac9563131c9cb74930ed067102f] | committer: Ilkka Ollakka
Actually, the patch corrects three problems (2 pertaining to qt4 as a
dialog provider for skins and 1 as the regular qt4). The problems for
skins are real (lead to crashes when using menus). The one for regular
qt4 was obviously a typo, but sometimes even removing a typo may have
side effects. If so, please find attached a patch that reverts this part
of the previous patch.
Erwan10
Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef65c9987986aac9563131c9cb74930ed067102f
---
modules/gui/qt4/input_manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 13149bd..312dce1 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -942,7 +942,7 @@ void MainInputManager::customEvent( QEvent *event )
vlc_mutex_lock( &p_intf->change_lock );
if( p_input && ( p_input->b_dead || !vlc_object_alive (p_input) ) )
{
- emit inputChanged( NULL );
+ emit inputChanged( p_input );
var_DelCallback( p_input, "state", PLItemChanged, this );
vlc_object_release( p_input );
p_input = NULL;
More information about the vlc-devel
mailing list