modifications pour code auto-documenté.
[minwii.git] / src / app / widgets / home.py
index 381ec68..44d96fe 100755 (executable)
@@ -99,11 +99,11 @@ class Home(Table) :
         self.playButton.connect(CLICK, self._exitHome)
     
     def _exitApp(self, data=None) :
-        self.returnValue = False
+        self.exitApp = True
         self.send(QUIT)
     
     def _exitHome(self, data=None) :
-        self.returnValue = True
+        self.exitApp = False
         self.send(QUIT)
     
     def createLabel(self,text,font = None):