vlc | branch: master | Francois Cartegnie <[email protected]> | Sun Aug 12 20:00:52 2012 +0200| [a49c94e306c0f05d5bdc74e6e6d24b69ef8d81fa] | committer: Francois Cartegnie
Qt: MetaPanel: missing clear > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a49c94e306c0f05d5bdc74e6e6d24b69ef8d81fa --- modules/gui/qt4/components/info_panels.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp index 2e8706b..59d978f 100644 --- a/modules/gui/qt4/components/info_panels.cpp +++ b/modules/gui/qt4/components/info_panels.cpp @@ -330,6 +330,7 @@ void MetaPanel::clear() language_text->clear(); nowplaying_text->clear(); publisher_text->clear(); + encodedby_text->clear(); setEditMode( false ); emit uriSet( "" ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
