[vlc-commits] Qt: InputManager: UpdateMeta() on Item change. (fix	#7321)
    Francois Cartegnie 
    git at videolan.org
       
    Thu Aug 16 16:24:23 CEST 2012
    
    
  
vlc/vlc-2.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Aug 16 15:08:25 2012 +0200| [200bcb49377636df1e618cfbbe0ff1b1d5c46e70] | committer: Jean-Baptiste Kempf
Qt: InputManager: UpdateMeta() on Item change. (fix #7321)
(cherry picked from commit b54356d11dbafa1d3cce837b43faeedb9413941b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=200bcb49377636df1e618cfbbe0ff1b1d5c46e70
---
 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 9f43bd3..b071fd1 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -207,6 +207,7 @@ void InputManager::customEvent( QEvent *event )
             UpdateStatus();
             // UpdateName();
             UpdateArt();
+            UpdateMeta();
             /* Update duration of file */
         }
         break;
    
    
More information about the vlc-commits
mailing list