mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that could cause the wrong host to be used as the default location when creating a new event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -295,7 +295,7 @@ RDRecording::ExitCode RecordListModel::recordExitCode(const QModelIndex &row)
|
||||
|
||||
QString RecordListModel::hostName(const QModelIndex &row) const
|
||||
{
|
||||
return d_texts.at(row.row()).at(23).toString();
|
||||
return d_texts.at(row.row()).at(24).toString();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user