2021-02-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions in rdcartslots(1) that caused widgets to fail
	to update properly after reloading slots.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-25 13:35:35 -05:00
parent 1f3286ac10
commit 6ee9578318
5 changed files with 14 additions and 14 deletions

View File

@@ -107,13 +107,13 @@ void RDListSvcs::okData()
}
*edit_svcname=edit_svc_model->serviceName(rows.first());
done(0);
done(true);
}
void RDListSvcs::cancelData()
{
done(-1);
done(false);
}