diff --git a/ChangeLog b/ChangeLog index 68de8cde..e6d06845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20452,3 +20452,7 @@ section of the 'Edit Service' dialog in rdadmin(1). 2020-10-09 Fred Gleason * Incremented the package version 3.4.1int1. +2020-10-11 Fred Gleason + * Fixed a bug in rdairplay(1) where copying a log event using + the 'Copy' button would result in the new event always getting + a 'PLAY' transition. diff --git a/rdairplay/rdairplay.cpp b/rdairplay/rdairplay.cpp index 8405774b..5b655975 100644 --- a/rdairplay/rdairplay.cpp +++ b/rdairplay/rdairplay.cpp @@ -1529,7 +1529,8 @@ void MainWidget::selectClickedData(int id,int line,RDLogLine::Status status) rda->airplayConf()->defaultTransType()); } else { - air_log[id]->copy(air_copy_line,line); + air_log[id]-> + copy(air_copy_line,line,rda->airplayConf()->defaultTransType()); } } else {