[vlc-devel] commit: Fix a segfault regression introduced in [ f9b25cf4378f25164f7b4bebef7cb03876144309] (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Aug 22 01:56:42 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 21 16:58:51 2008 -0700| [83782f296d303e791b45c1747c0d8e0c1f47321c] | committer: Jean-Baptiste Kempf 

Fix a segfault regression introduced in [f9b25cf4378f25164f7b4bebef7cb03876144309]

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83782f296d303e791b45c1747c0d8e0c1f47321c
---

 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 a3a3937..5aacb6e 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -183,8 +183,8 @@ void InputManager::customEvent( QEvent *event )
 
     if( type == ItemStateChanged_Type )
     {
-        UpdateStatus();
         UpdateNavigation();
+        UpdateTelextext();
     }
 
     if( !hasInput() ) return;




More information about the vlc-devel mailing list