Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/nm/wepkeydialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/nm/wepkeydialog.py')
-rw-r--r--services/nm/wepkeydialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nm/wepkeydialog.py b/services/nm/wepkeydialog.py
index fc35ee1..13c7908 100644
--- a/services/nm/wepkeydialog.py
+++ b/services/nm/wepkeydialog.py
@@ -72,7 +72,7 @@ class WEPKeyDialog(gtk.Dialog):
is_hex = False
valid_len = (len(key) == 10 or len(key) == 26)
- self.set_response_sensitive(gtk.RESPONSE_OK, is_hex and valid_len)
+ self.set_response_sensitive(gtk.RESPONSE_OK, is_hex and valid_len)
if __name__ == "__main__":
dialog = WEPKeyDialog()