summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-08-26 17:47:01 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-08-27 11:07:13 -0300
commit8dda3781b784b2286e11529831eb5e3aea0956b1 (patch)
treed47fad42f443fab9acd66ad1dc055efa7bcfd6d8 /src/leap/bitmask/gui/mainwindow.py
parent1ad3ef4fdacd02d0022f5039ee67e5bf4f578a82 (diff)
Preferences: select enabled services for providers
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index 7b9d492e..25747785 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -419,7 +419,8 @@ class MainWindow(QtGui.QMainWindow):
Displays the preferences window.
"""
- PreferencesWindow(self, self._srp_auth, self._soledad).show()
+ PreferencesWindow(
+ self, self._srp_auth, self._soledad, self._settings).show()
def _uncheck_logger_button(self):
"""