mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 01:13:50 +02:00
2020-10-11 Fred Gleason <fredg@paravelsystems.com>
* 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. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
394bdb75d8
commit
ab0a561c12
@ -20452,3 +20452,7 @@
|
||||
section of the 'Edit Service' dialog in rdadmin(1).
|
||||
2020-10-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version 3.4.1int1.
|
||||
2020-10-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* 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.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user