mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-14 16:46:30 +01:00
2021-04-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that caused the Talk Timer to fail to be populated when adding new carts to a log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Rivendell Log Playout Machine
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -610,7 +610,7 @@ void RDLogPlay::append(const QString &log_name)
|
||||
}
|
||||
|
||||
|
||||
bool RDLogPlay::refresh()
|
||||
bool RDLogPlay::refresh()
|
||||
{
|
||||
RDLogLine *s;
|
||||
RDLogLine *d;
|
||||
|
||||
Reference in New Issue
Block a user