summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-10-30 10:34:33 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-10-30 10:35:48 (GMT)
commit443b7759b8c59108b13ac55d20fdfe9d12ca4e79 (patch)
tree876841d4c57647634880c24af1542b9c1e569339
parent06e40dd580e43e11e519acbb2d30156c18081f79 (diff)
downloadswift-443b7759b8c59108b13ac55d20fdfe9d12ca4e79.zip
swift-443b7759b8c59108b13ac55d20fdfe9d12ca4e79.tar.bz2
Fix eagle mode asking to save password after signout
-rw-r--r--Swift/QtUI/QtLoginWindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp
index 87dd849..e339d79 100644
--- a/Swift/QtUI/QtLoginWindow.cpp
+++ b/Swift/QtUI/QtLoginWindow.cpp
@@ -317,7 +317,8 @@ void QtLoginWindow::setIsLoggingIn(bool loggingIn) {
for (int i = 0; i < 5; i++) {
widgets[i]->setEnabled(!loggingIn);
}
-
+ remember_->setEnabled(!eagleMode_);
+ loginAutomatically_->setEnabled(!eagleMode_);
}
void QtLoginWindow::loginClicked() {