vlc/vlc-2.0 | branch: master | Francois Cartegnie <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
