mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-07 23:51:18 +02:00
2023-03-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused a segfault when configured to display no sound panels. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
51d6488d70
commit
15d307ddc0
@ -23995,3 +23995,6 @@
|
|||||||
indicators in the 'Podcast Item List' dialog.
|
indicators in the 'Podcast Item List' dialog.
|
||||||
2023-02-28 Fred Gleason <fredg@paravelsystems.com>
|
2023-02-28 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 4.0.0rc2.
|
* Incremented the package version to 4.0.0rc2.
|
||||||
|
2023-03-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdairplay(1) that caused a segfault when
|
||||||
|
configured to display no sound panels.
|
||||||
|
@ -1150,8 +1150,6 @@ void MainWidget::logRenamedData(int log)
|
|||||||
case 0:
|
case 0:
|
||||||
air_log_button[0]->setText(tr("Main Log")+"\n["+labelname+"]");
|
air_log_button[0]->setText(tr("Main Log")+"\n["+labelname+"]");
|
||||||
SetCaption();
|
SetCaption();
|
||||||
if(air_panel->soundPanelWidget()) {
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user