[vlc-devel] commit: Qt: Fix open codec and open information showing ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Apr 4 12:32:16 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr  4 12:30:59 2009 +0200| [effb6e322ca631bf647cebe594ff73dfbac189e1] | committer: Jean-Baptiste Kempf 

Qt: Fix open codec and open information showing

Spotted by courmisch.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=effb6e322ca631bf647cebe594ff73dfbac189e1
---

 modules/gui/qt4/dialogs_provider.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index a3d4588..a2fb984 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -222,7 +222,7 @@ void DialogsProvider::aboutDialog()
 
 void DialogsProvider::mediaInfoDialog()
 {
-    MediaInfoDialog::getInstance( p_intf )->toggleVisible();
+    MediaInfoDialog::getInstance( p_intf )->showTab( 0 );
 }
 
 void DialogsProvider::mediaCodecDialog()




More information about the vlc-devel mailing list