Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2015-11-16 07:36:44 -05:00
commit d8b10fd975
1 changed files with 1 additions and 1 deletions

View File

@ -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)