changeset 229:693cc3504a94

Set GetanView as main widget for MainLoop
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 05 Apr 2013 20:19:23 +0200
parents 37010cd332d9
children 8e9e894552e8
files getan/controller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/controller.py	Fri Apr 05 20:18:01 2013 +0200
+++ b/getan/controller.py	Fri Apr 05 20:19:23 2013 +0200
@@ -42,7 +42,7 @@
         self.state = PausedProjectsState(self, self.project_view)
 
     def main(self):
-        self.loop = urwid.MainLoop(self.view.get_frame(),
+        self.loop = urwid.MainLoop(self.view,
                                    self.view.get_palette(),
                                    screen=urwid.raw_display.Screen(),
                                    input_filter=self.input_filter)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)