Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'window.py')
-rw-r--r--window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.py b/window.py
index f7b720a..8932c9a 100644
--- a/window.py
+++ b/window.py
@@ -161,7 +161,7 @@ def _button_release_cb(win, event, tw):
tw.activity.results_label.set_text(_("found a set"))
# remove the set and
# draw three new cards from the deck
- if tw.deck.remove_a_set(tw.clicked, tw) is None:
+ if tw.deck.remove_and_replace(tw.clicked, tw) is None:
tw.activity.results_label.set_text(_("deck is empty"))
else:
tw.activity.results_label.set_text(_("not a set"))