[vlc-commits] Qt: MetaPanel: missing clear
Francois Cartegnie
git at videolan.org
Sun Aug 12 20:14:48 CEST 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | 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( "" );
More information about the vlc-commits
mailing list