[gcompris] note names, fixed the ok button.



commit 380ca64fe0541dacf25e1d6ab0ae2125c34dc219
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Thu Oct 4 22:21:26 2012 +0200

    note names, fixed the ok button.

 src/note_names-activity/note_names.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/note_names-activity/note_names.py b/src/note_names-activity/note_names.py
index a12dc90..efb5990 100644
--- a/src/note_names-activity/note_names.py
+++ b/src/note_names-activity/note_names.py
@@ -391,7 +391,7 @@ They also form the C Major Scale. Notice that the note positions are different t
         '''
 
         self.master_is_not_ready = True
-        append(gobject.timeout_add(1500, self.readyToSoundAgain))
+        gobject.timeout_add(1500, self.readyToSoundAgain)
         g = self.selectedNoteObject.get_data('numID')
         c = self.currentNote.numID
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]