2020-11-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdadmin(1) that caused to incorrect user type
	icon to be displayed in the 'Rivendell User List' dialog after
	modifying a user.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-29 19:45:55 -05:00
parent 93d9ab14f7
commit ceb8ef7226
2 changed files with 5 additions and 1 deletions

View File

@@ -353,7 +353,7 @@ void ListUsers::RefreshItem(RDListViewItem *item)
item->setPixmap(0,*list_rss_map);
}
else {
if(q->value(4).toString()=="Y") {
if(q->value(6).toString()=="Y") {
item->setPixmap(0,*list_localuser_map);
}
else {