summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-11-16 12:36:33 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-11-16 12:36:33 (GMT)
commit4bc534d58996d4c8d311c432511de3e0ccdc95c3 (patch)
treec191cde9f6506ee19f8dbab7d649efc3a4bf7470 /Lib/idlelib
parent5922d739d4d0d9ae29a325a752992aff2f2da612 (diff)
parent4932ac244f124cbe453ac8413eeba353f317c56a (diff)
downloadcpython-4bc534d58996d4c8d311c432511de3e0ccdc95c3.zip
cpython-4bc534d58996d4c8d311c432511de3e0ccdc95c3.tar.gz
cpython-4bc534d58996d4c8d311c432511de3e0ccdc95c3.tar.bz2
Merge with 3.4
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/MultiStatusBar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/MultiStatusBar.py b/Lib/idlelib/MultiStatusBar.py
index ac290a1..e82ba9a 100644
--- a/Lib/idlelib/MultiStatusBar.py
+++ b/Lib/idlelib/MultiStatusBar.py
@@ -15,7 +15,7 @@ class MultiStatusBar(Frame):
self.labels[name] = label
else:
label = self.labels[name]
- if width != 0:
+ if width != 0:
label.config(width=width)
label.config(text=text)