mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user