Commit effb6e32 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Fix open codec and open information showing

Spotted by courmisch.
parent 8babce6f
...@@ -222,7 +222,7 @@ void DialogsProvider::aboutDialog() ...@@ -222,7 +222,7 @@ void DialogsProvider::aboutDialog()
void DialogsProvider::mediaInfoDialog() void DialogsProvider::mediaInfoDialog()
{ {
MediaInfoDialog::getInstance( p_intf )->toggleVisible(); MediaInfoDialog::getInstance( p_intf )->showTab( 0 );
} }
void DialogsProvider::mediaCodecDialog() void DialogsProvider::mediaCodecDialog()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment