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 1ceba76..e7d3bb1 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -619,7 +619,7 @@ class VisualMatchActivity(activity.Activity):
def _notify_new_game(self, prompt):
''' Called from New Game button since loading a new game can
be slooow!! '''
- alert = NotifyAlert()
+ alert = NotifyAlert(3)
alert.props.title = prompt
alert.props.msg = _('A new game is loading.')