Commit 055d7f3d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt: fix DVD MRL generation

I must be missing something here... oh well.
parent 4f75c7f0
......@@ -442,7 +442,7 @@ void DiscOpenPanel::updateButtons()
ui.diskOptionBox_2->show();
ui.dvdsimple->setEnabled( true );
}
if ( ui.bdRadioButton->isChecked() )
else if ( ui.bdRadioButton->isChecked() )
{
if( m_discType != BRD )
{
......
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