From 3887d806b0976e01c99ae54e83488273f7da6710 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 16 Apr 2021 10:32:20 -0400 Subject: [PATCH] 2021-04-16 Fred Gleason * Fixed a bug in rdadmin(1) that caused the incorrect hostname to populate in the 'Name' column after creating a new host entry in the 'Rivendell Host List' dialog. Signed-off-by: Fred Gleason --- ChangeLog | 4 ++++ lib/rdstationlistmodel.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 85ab02e2..c21d5b53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21444,3 +21444,7 @@ new host entries. * Disabled cloning on hotkey data when creating new host entries in rdadmin(1). +2021-04-16 Fred Gleason + * Fixed a bug in rdadmin(1) that caused the incorrect hostname to + populate in the 'Name' column after creating a new host entry in + the 'Rivendell Host List' dialog. diff --git a/lib/rdstationlistmodel.cpp b/lib/rdstationlistmodel.cpp index a7c0284d..48e282fc 100644 --- a/lib/rdstationlistmodel.cpp +++ b/lib/rdstationlistmodel.cpp @@ -298,7 +298,7 @@ void RDStationListModel::updateRowLine(int line) { if(linefirst()) { updateRow(line,q);