mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogin(1) that broke account logout. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
e049317cc3
commit
f8cb274627
@ -21191,3 +21191,5 @@
|
||||
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlibrary that broke searching for 'ALL'
|
||||
groups.
|
||||
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlogin(1) that broke account logout.
|
||||
|
@ -224,7 +224,7 @@ void MainWidget::logoutData()
|
||||
rda->ripc()->setUser(default_name);
|
||||
login_password_edit->clear();
|
||||
for(int i=0;i<login_username_box->count();i++) {
|
||||
if(login_username_box->itemData(i).toString()==default_name) {
|
||||
if(login_username_box->itemText(i)==default_name) {
|
||||
login_username_box->setCurrentIndex(i);
|
||||
qApp->processEvents();
|
||||
cancelData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user