Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--createcardpanel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index 0b34ff2..56f6558 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -48,6 +48,8 @@ class CreateCardPanel(gtk.EventBox):
self.equal_pairs = False
self._updatebutton_sensitive = False
+ self._card1_has_sound = False
+ self._card2_has_sound = False
# Set the add new pair buttom
add_icon = join(dirname(__file__), 'images', 'pair-add.svg')