diff options
author | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-01 17:16:46 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-02 10:51:37 -0300 |
commit | e0858fffc72379ffff818ce2d5b0a3994e6da324 (patch) | |
tree | 4b0b982fd7d1a208faa8b43848bf4734e889b793 /src/leap/gui | |
parent | 008c65fad2fbf1e5d62c308fee46aaf1ee8c048c (diff) |
Remember shouldn't be automatically set to checked
Closes #2955.
Improve docstrings in keyring helpers.
Diffstat (limited to 'src/leap/gui')
-rw-r--r-- | src/leap/gui/mainwindow.py | 1 |
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) |