projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Boutons radio encore plus gros : 64 pixels de coté.
[minwii.git]
/
src
/
minwii
/
widgets
/
home.py
diff --git
a/src/minwii/widgets/home.py
b/src/minwii/widgets/home.py
index
92a0e22
..
b395eb6
100755
(executable)
--- a/
src/minwii/widgets/home.py
+++ b/
src/minwii/widgets/home.py
@@
-54,6
+54,7
@@
class Home(object, Table) :
self.selectedPlayMode = params.get('playMode', 'NORMAL')
self.displayNotes = params.get('displayNotes', True)
self.selectedWiimoteIndex = params.get('wiimoteIndex', 0)
+ self.exitApp = False
self._initLocalListeners()