mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdalsaconfig(8) that caused a 'Service not active' error to be generated at startup.
This commit is contained in:
@@ -18953,3 +18953,6 @@
|
|||||||
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Updated rdalsaconfig(8) to include a 'rate <sr>' line in
|
* Updated rdalsaconfig(8) to include a 'rate <sr>' line in
|
||||||
each asound.conf(5) entry.
|
each asound.conf(5) entry.
|
||||||
|
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdalsaconfig(8) that caused a 'Service not
|
||||||
|
active' error to be generated at startup.
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ MainWidget::MainWidget(QWidget *parent)
|
|||||||
// Open the Database
|
// Open the Database
|
||||||
//
|
//
|
||||||
rda=new RDApplication("RDAlsaConfig","rdalsaconfig",RDALSACONFIG_USAGE,this);
|
rda=new RDApplication("RDAlsaConfig","rdalsaconfig",RDALSACONFIG_USAGE,this);
|
||||||
if(!rda->open(&err_msg)) {
|
if(!rda->open(&err_msg,NULL,false)) {
|
||||||
QMessageBox::critical(this,"RDAlsaConfig - "+tr("Error"),err_msg);
|
QMessageBox::critical(this,"RDAlsaConfig - "+tr("Error"),err_msg);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user