# HG changeset patch # User Björn Ricks # Date 1365538772 -7200 # Node ID 0219b1d63c6c8bdfe23405bdcbd8ec190288d97b # Parent ee04fc66891fbb94804f2b8652f0e4b6e449d30b Set focus to GetanView frame body when changing to PausedProjectsState diff -r ee04fc66891f -r 0219b1d63c6c getan/states.py --- a/getan/states.py Tue Apr 09 22:19:07 2013 +0200 +++ b/getan/states.py Tue Apr 09 22:19:32 2013 +0200 @@ -415,6 +415,7 @@ return True self.controller.stop_project(text) self.controller.view.set_footer_text(self.msg('choose_proj'), 'question') + self.controller.view.set_focus("body") self.set_next_state(PausedProjectsState(self.controller, self.view)) return True