]> git.sesse.net Git - vlc/commitdiff
Fix a segfault regression introduced in [f9b25cf4378f25164f7b4bebef7cb03876144309]
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Aug 2008 23:58:51 +0000 (16:58 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Aug 2008 23:59:42 +0000 (16:59 -0700)
modules/gui/qt4/input_manager.cpp

index a3a3937c9591883d7f3a7cbb92df84bd3787d35e..5aacb6e88ee40849a9c8c0fec03099d7244d6884 100644 (file)
@@ -183,8 +183,8 @@ void InputManager::customEvent( QEvent *event )
 
     if( type == ItemStateChanged_Type )
     {
-        UpdateStatus();
         UpdateNavigation();
+        UpdateTelextext();
     }
 
     if( !hasInput() ) return;