vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Aug 13 07:17:06 2014 +0200| [13bd23a2b930c0efbb27482838b197c20130416e] | committer: Jean-Baptiste Kempf
Qt: correctly update the nowplaying info Close #9960 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13bd23a2b930c0efbb27482838b197c20130416e --- modules/gui/qt4/input_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index f0e526b..4ab1f58 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -239,7 +239,7 @@ void InputManager::customEvent( QEvent *event ) if( p_item == ple->item() ) { UpdateStatus(); - // UpdateName(); + UpdateName(); UpdateArt(); UpdateMeta(); /* Update duration of file */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
