Mercurial > getan
changeset 44:f10126519797
Fixed super call
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 15 Dec 2010 14:47:40 +0100 |
parents | 39d845d3fec4 |
children | 780bfda9c583 5f87604ea5ed |
files | getan/states.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/states.py Wed Dec 15 12:40:40 2010 +0100 +++ b/getan/states.py Wed Dec 15 14:47:40 2010 +0100 @@ -248,7 +248,7 @@ class BaseTimeState(HandleUserInputState): def __init__(self, controller, view, running_state): - super(HandleUserInputState, self).__init__(controller, view, running_state, + super(BaseTimeState, self).__init__(controller, view, running_state, view.frame.get_footer()) def exit(self):