summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-01 17:16:46 -0300
committerIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-02 10:51:37 -0300
commite0858fffc72379ffff818ce2d5b0a3994e6da324 (patch)
tree4b0b982fd7d1a208faa8b43848bf4734e889b793 /src/leap/gui/mainwindow.py
parent008c65fad2fbf1e5d62c308fee46aaf1ee8c048c (diff)
Remember shouldn't be automatically set to checked
Closes #2955. Improve docstrings in keyring helpers.
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 94343292..f61f7952 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -439,7 +439,6 @@ class MainWindow(QtGui.QMainWindow):
self._login_widget.set_user(possible_username)
if possible_password is not None:
self._login_widget.set_password(possible_password)
- self._login_widget.set_remember(has_keyring())
self._login()
self._wizard = None
self._settings.set_properprovider(True)