Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-04-20 16:12:25 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-04-20 16:12:25 (GMT)
commit0d487eae8d5e5cdf24e73fe8bf753c051bc04d21 (patch)
treee9a4507fdc5c42b9ebc7e53a390c24878f24fab7
parent17d792d8ded61f1309699f7bb396031b294a2182 (diff)
use a shorter notification timer
-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.')