Commit 83782f29 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix a segfault regression introduced in [f9b25cf4]

parent 2fb4aa1b
......@@ -183,8 +183,8 @@ void InputManager::customEvent( QEvent *event )
if( type == ItemStateChanged_Type )
{
UpdateStatus();
UpdateNavigation();
UpdateTelextext();
}
if( !hasInput() ) return;
......
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