mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 16:41:40 +02:00
2019-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused a spurious 'Log in use' error to be generated when attempting to save a log.
This commit is contained in:
parent
37fca7eff4
commit
70c88ec498
@ -18877,3 +18877,6 @@
|
||||
2019-07-20 Patrick Linstruth <patrick@deltecent.com>
|
||||
* Fixed a regression in rdlibrary(1) where macro cart entries turn
|
||||
RED after viewing.
|
||||
2019-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdairplay(1) that caused a spurious 'Log
|
||||
in use' error to be generated when attempting to save a log.
|
||||
|
@ -850,7 +850,7 @@ void ListLog::nextButtonData()
|
||||
|
||||
void ListLog::loadButtonData()
|
||||
{
|
||||
QString name=list_log->logName().left(list_log->logName().length()-4);
|
||||
QString name=list_log->logName();
|
||||
QString svcname=list_log->serviceName();
|
||||
QString err_msg;
|
||||
RDLog *edit_log;
|
||||
|
Loading…
x
Reference in New Issue
Block a user