From acc5e2d73f53146b0c87e21783057b53c91a47ea Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 20 Jan 2023 11:06:40 -0500 Subject: [PATCH] 2023-01-20 Fred Gleason * Fixed a regression in rdairplay(1) that broke the 'Audition Head' and 'Audition Tail' buttons in the Full Log widget. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ lib/rdlogplay.cpp | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7003dc6..249dd346 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23937,3 +23937,6 @@ * Cleaned up compiler warnings when building rddbconfig(8). 2023-01-20 Fred Gleason * Added an 'xsltproc' dependency to the 'rivendell' DEB package. +2023-01-20 Fred Gleason + * Fixed a regression in rdairplay(1) that broke the 'Audition Head' + and 'Audition Tail' buttons in the Full Log widget. diff --git a/lib/rdlogplay.cpp b/lib/rdlogplay.cpp index fb14cf3f..7cd7d7e1 100644 --- a/lib/rdlogplay.cpp +++ b/lib/rdlogplay.cpp @@ -132,8 +132,7 @@ RDLogPlay::RDLogPlay(int id,RDEventPlayer *player,QObject *parent) // play_audition_line=-1; if((rda->station()->cueCard()>=0)&& - (rda->station()->cuePort()>=0)&& - isWidgetType()) { + (rda->station()->cuePort()>=0)) { play_audition_player= new RDSimplePlayer(play_cae,rda->ripc(),rda->station()->cueCard(), rda->station()->cuePort(),0,0);