Commit 8e2481d3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Small change in order to not have Sout and Stream Info open when you click on Info...

parent b8ddca01
......@@ -161,12 +161,12 @@ void DialogsProvider::quit()
void DialogsProvider::streaminfoDialog()
{
(new SoutDialog( p_intf ))->show();
StreamInfoDialog::getInstance( p_intf )->toggleVisible();
}
void DialogsProvider::streamingDialog()
{
(new SoutDialog( p_intf ))->show();
}
void DialogsProvider::prefsDialog()
......
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