Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/VisualMatchActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'VisualMatchActivity.py')
-rw-r--r--VisualMatchActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualMatchActivity.py b/VisualMatchActivity.py
index e7d3bb1..d6f7ebc 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -141,12 +141,12 @@ class VisualMatchActivity(activity.Activity):
if self.vmw.joiner(): # joiner cannot change level
return
self.vmw.level = level
+ self._notify_new_game(self._prompt)
self.set_level_label()
def set_level_label(self):
self.level_label.set_text(self.calc_level_label(self.vmw.low_score,
self.vmw.level))
- self._notify_new_game(self._prompt)
self.vmw.new_game()
def calc_level_label(self, low_score, play_level):