ménage.
[minwii.git] / src / app / minwii.py
index a92590e..26e2a5e 100755 (executable)
@@ -16,7 +16,7 @@ class MinWii(object):
     def __init__(self) :
         app = Desktop()
         
-        if True :
+        while True :
             home = Home()
             home.connect(QUIT, app.quit)
             app.run(home)