[gcompris] minor, now the intro voice is played when help is clicked.



commit 8fc82c0800b3b56124c9aa012f24666d55b89ce8
Author: Bruno Coudoin <bcoudoin gcompris net>
Date:   Sun May 12 15:47:15 2013 +0200

    minor, now the intro voice is played when help is clicked.
    
    Before that there was no way to hear again the intro voice.

 src/gcompris/bar.c  |    1 +
 src/gcompris/help.c |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcompris/bar.c b/src/gcompris/bar.c
index 2121349..45a545a 100644
--- a/src/gcompris/bar.c
+++ b/src/gcompris/bar.c
@@ -660,6 +660,7 @@ item_event_bar (GooCanvasItem  *item,
       break;
     case GC_BAR_HELP:
       {
+       gc_activity_intro_play(gcomprisBoard);
         gc_help_start(gcomprisBoard);
       }
       break;
diff --git a/src/gcompris/help.c b/src/gcompris/help.c
index 454dece..c798673 100644
--- a/src/gcompris/help.c
+++ b/src/gcompris/help.c
@@ -435,7 +435,6 @@ item_event_help (GooCanvasItem  *item,
                 gchar *data)
 {
 
-  gc_sound_play_ogg ("sounds/bleep.wav", NULL);
   if(!strcmp((char *)data, "ok"))
     {
       gc_help_stop();


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