Commit d0ec7d4d authored by Ilkka Ollakka's avatar Ilkka Ollakka

Add UpdateTeletext to case

parent 4507b146
...@@ -192,6 +192,7 @@ void InputManager::customEvent( QEvent *event ) ...@@ -192,6 +192,7 @@ void InputManager::customEvent( QEvent *event )
UpdateStatus(); UpdateStatus();
UpdateNavigation(); UpdateNavigation();
UpdateMeta(); UpdateMeta();
UpdateTeletext();
break; break;
case ItemTitleChanged_Type: case ItemTitleChanged_Type:
UpdateNavigation(); UpdateNavigation();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment