aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-01 09:47:02 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-01 09:47:02 +0000
commit9c4510cc7a0f6e862a08721b538a2285049f5ae6 (patch)
treeca8ef3864bcddb961411db315704f8403a00b548
parentiw/mirrorselect_gui.py: typo (diff)
downloadanaconda-9c4510cc7a0f6e862a08721b538a2285049f5ae6.tar.gz
anaconda-9c4510cc7a0f6e862a08721b538a2285049f5ae6.tar.bz2
anaconda-9c4510cc7a0f6e862a08721b538a2285049f5ae6.zip
iw/mirrorselect_gui.py: more typos
-rw-r--r--iw/mirrorselect_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
index b66ae7d..d5aa6f5 100644
--- a/iw/mirrorselect_gui.py
+++ b/iw/mirrorselect_gui.py
@@ -106,7 +106,7 @@ class MirrorselectWindow(InstallWindow):
xml.get_widget("mirrors_viewport").add(treeview)
def toggleCB(self, cb):
- if cb.get_active() = True:
+ if cb.get_active() == True:
cb.set_active(False)
else:
cb.set_active(True)