Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/visualmatch.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-12-04 18:19:32 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-12-04 18:19:32 (GMT)
commite4c7ea81ad99876bf16f8dd8ac65f2889376e4d5 (patch)
tree0cdd432c3c0b716a5b68dd220433ebd33295bbc2 /visualmatch.py
parentea01d07de085304e94e6001997bca5425880d426 (diff)
self.tw
Diffstat (limited to 'visualmatch.py')
-rwxr-xr-xvisualmatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/visualmatch.py b/visualmatch.py
index 0e3988b..7cb3aca 100755
--- a/visualmatch.py
+++ b/visualmatch.py
@@ -89,7 +89,7 @@ class VisualMatchMain:
if window.find_a_match(self.tw) is True:
self.win.set_title("%s: %s" % (_("Visual Match"),_("Keep looking")))
else:
- self.tw.deck.deal_3_extra_cards(tw)
+ self.tw.deck.deal_3_extra_cards(self.tw)
self.win.set_title("%s: %d %s" % (_("Visual Match"),
self.tw.deck.count-self.tw.deck.index,
_("cards remaining")))