summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-07-02 10:52:45 -0300
committerTomás Touceda <chiiph@leap.se>2013-07-02 10:52:45 -0300
commit3364a21d2f38a4d09259221ceef9ab1a48f205f5 (patch)
treeb15bce0ed60051c3f3f4c0a903a796435a5d79df /src/leap/gui/mainwindow.py
parent7a86fe5719984ba0656628d4ab74734009065f3c (diff)
parente0858fffc72379ffff818ce2d5b0a3994e6da324 (diff)
Merge remote-tracking branch 'ivan/bug/2955_fix_remember_me' into develop
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 0382f334..5e7965dd 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)