[vlc-commits] Qt: correctly update the nowplaying info
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 13 21:40:01 CEST 2014
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 13 07:17:06 2014 +0200| [3d962e93fa69d82200789dfbcf67ae54e5e72f33] | committer: Jean-Baptiste Kempf
Qt: correctly update the nowplaying info
Close #9960
(cherry picked from commit 13bd23a2b930c0efbb27482838b197c20130416e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3d962e93fa69d82200789dfbcf67ae54e5e72f33
---
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 */
More information about the vlc-commits
mailing list