[vlc-devel] commit: Add UpdateTeletext to case (Ilkka Ollakka )
git version control
git at videolan.org
Sun Nov 23 21:52:42 CET 2008
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Nov 23 22:51:58 2008 +0200| [d0ec7d4d2bbe11675ed29e741044344aa36eefdd] | committer: Ilkka Ollakka
Add UpdateTeletext to case
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0ec7d4d2bbe11675ed29e741044344aa36eefdd
---
modules/gui/qt4/input_manager.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index b1c6f4b..1d588e4 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -192,6 +192,7 @@ void InputManager::customEvent( QEvent *event )
UpdateStatus();
UpdateNavigation();
UpdateMeta();
+ UpdateTeletext();
break;
case ItemTitleChanged_Type:
UpdateNavigation();
More information about the vlc-devel
mailing list