[vlc-commits] Qt: correctly update the art URL
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 18 19:48:31 CET 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 18 19:47:31 2013 +0100| [2f0a7f2cc5ade49e1fe79fbdfebbc0c822c8f785] | committer: Jean-Baptiste Kempf
Qt: correctly update the art URL
(cherry picked from commit 7fc3ea2fb9c699966a58b4b4392a4f0a1fe0aeff)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=2f0a7f2cc5ade49e1fe79fbdfebbc0c822c8f785
---
modules/gui/qt4/input_manager.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index bd32de6..fdda7fd 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -167,6 +167,7 @@ void InputManager::delInput()
/* Reset all InfoPanels but stats */
emit artChanged( NULL );
+ emit artChanged( "" );
emit infoChanged( NULL );
emit currentMetaChanged( (input_item_t *)NULL );
More information about the vlc-commits
mailing list