mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -274,8 +274,8 @@ QSizePolicy EditReplicator::sizePolicy() const
|
||||
|
||||
void EditReplicator::setFormatData()
|
||||
{
|
||||
RDExportSettingsDialog *dialog=new RDExportSettingsDialog(repl_settings,this);
|
||||
dialog->exec();
|
||||
RDExportSettingsDialog *dialog=new RDExportSettingsDialog("RDAdmin",this);
|
||||
dialog->exec(repl_settings);
|
||||
delete dialog;
|
||||
repl_format_edit->setText(repl_settings->description());
|
||||
}
|
||||
|
Reference in New Issue
Block a user