[vlc-commits] Qt: correctly update the art URL

Jean-Baptiste Kempf git at videolan.org
Mon Nov 18 19:47:59 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 18 19:47:31 2013 +0100| [7fc3ea2fb9c699966a58b4b4392a4f0a1fe0aeff] | committer: Jean-Baptiste Kempf

Qt: correctly update the art URL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fc3ea2fb9c699966a58b4b4392a4f0a1fe0aeff
---

 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 eb36084..f608c9d 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