Mercurial > getan
changeset 249:09051bd266b1
Use better kwarg when setting footer text to edit mode
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Tue, 09 Apr 2013 22:20:01 +0200 |
parents | 0219b1d63c6c |
children | 4d93bca23d89 |
files | getan/states.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/states.py Tue Apr 09 22:19:32 2013 +0200 +++ b/getan/states.py Tue Apr 09 22:20:01 2013 +0200 @@ -664,7 +664,7 @@ def __init__(self, controller, view, key): controller.view.set_footer_text(self.msg('proj_description'), - 'question', 1) + 'question', edit=True) super(AddProjectDescriptionState, self).__init__(controller, view) self.view.frame.set_focus('footer') self.key = key