mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-04 06:02:40 +02:00
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:
parent
93d9ab14f7
commit
ceb8ef7226
@ -20651,3 +20651,7 @@
|
|||||||
2020-11-29 Fred Gleason <fredg@paravelsystems.com>
|
2020-11-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdadmin(1) that caused new passwords to be
|
* Fixed a bug in rdadmin(1) that caused new passwords to be
|
||||||
truncated to 16 characters.
|
truncated to 16 characters.
|
||||||
|
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.
|
||||||
|
@ -353,7 +353,7 @@ void ListUsers::RefreshItem(RDListViewItem *item)
|
|||||||
item->setPixmap(0,*list_rss_map);
|
item->setPixmap(0,*list_rss_map);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(q->value(4).toString()=="Y") {
|
if(q->value(6).toString()=="Y") {
|
||||||
item->setPixmap(0,*list_localuser_map);
|
item->setPixmap(0,*list_localuser_map);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user