Commit 83e10e11 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: When changing a profile, use it right now.

parent 5e063dbb
......@@ -122,6 +122,7 @@ void VLCProfileSelector::editProfile( const QString& qs, const QString& value )
int i_profile = profileBox->findText( qs );
profileBox->setItemText( i_profile, editor->name );
profileBox->setItemData( i_profile, QVariant( editor->transcodeValue() ) );
updateOptions( i_profile );
}
}
delete editor;
......
......@@ -140,6 +140,7 @@ void ConvertDialog::close()
",dst='" + fileLine->text() + "'}";
}
msg_Dbg( p_intf, "Transcode MRL: %s", qtu( mrl ) );
msg_Warn( p_intf, "Transcode MRL: %s", qtu( mrl ) );
accept();
}
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