mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-01 08:32:34 +02: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:
parent
c2e410f637
commit
4f9b800379
@ -18953,3 +18953,6 @@
|
||||
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Updated rdalsaconfig(8) to include a 'rate <sr>' line in
|
||||
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
|
||||
//
|
||||
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);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user