--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-11-10 20:04:14 +00:00
parent 86af2469d4
commit 27dc2bb89f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def dump(x):
return '%s: %r' % (x, d)
def get_margin_limit(w, def_limit=80):
lname = '%s.margin' % w.mode.name()
lname = '%s.margin' % w.mode.name().lower()
if lname in w.application.config:
return w.application.config[lname]
else: