vlc/vlc-2.0 | branch: master | Francois Cartegnie <[email protected]> | Sun Aug 12 20:00:52 2012 +0200| [c9774505e10b96d9f32756013b8318397471d1a3] | committer: Jean-Baptiste Kempf
Qt: MetaPanel: missing clear (cherry picked from commit a49c94e306c0f05d5bdc74e6e6d24b69ef8d81fa) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=c9774505e10b96d9f32756013b8318397471d1a3 --- 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 cdcc6ba..5e433b2 100644 --- a/modules/gui/qt4/components/info_panels.cpp +++ b/modules/gui/qt4/components/info_panels.cpp @@ -326,6 +326,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
