summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/config/leapsettings.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-19 13:14:54 -0400
committerKali Kaneko <kali@leap.se>2016-04-19 13:14:54 -0400
commit9a0568c18ed38558a481d5f6e4be12c68f9870a6 (patch)
tree6700fccd60291a178b356f466bacadbf47422dcb /src/leap/bitmask/config/leapsettings.py
parent80078e7e85cb40485e74bf7cf9a93d9db5592400 (diff)
[feature] enable webmail from the mail preferences window
this box is only visible when the HAS_PIXELATED flag is True, that means we have pixelated-user-agent and pixelated-www in the environment. - Releases: 0.9.2
Diffstat (limited to 'src/leap/bitmask/config/leapsettings.py')
-rw-r--r--src/leap/bitmask/config/leapsettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/config/leapsettings.py b/src/leap/bitmask/config/leapsettings.py
index 01900484..075be8a7 100644
--- a/src/leap/bitmask/config/leapsettings.py
+++ b/src/leap/bitmask/config/leapsettings.py
@@ -360,4 +360,4 @@ class LeapSettings(object):
def set_pixelmail_enabled(self, enabled):
leap_assert_type(enabled, bool)
- self._settings.setvalue(self.PIXELMAIL_KEY, enabled)
+ self._settings.setValue(self.PIXELMAIL_KEY, enabled)