Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcompris/bar.c')
-rw-r--r--src/gcompris/bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcompris/bar.c b/src/gcompris/bar.c
index bb5ac5b..759999e 100644
--- a/src/gcompris/bar.c
+++ b/src/gcompris/bar.c
@@ -536,13 +536,13 @@ item_event_bar(GnomeCanvasItem *item, GdkEvent *event, gchar *data)
}
else if(!strcmp((char *)data, "back"))
{
- gc_sound_play_ogg ("gobble", NULL);
+ gc_sound_play_ogg ("sounds/gobble.ogg", NULL);
gc_bar_hide (TRUE);
gc_board_stop();
}
else if(!strcmp((char *)data, "help"))
{
- gc_sound_play_ogg ("gobble", NULL);
+ gc_sound_play_ogg ("sounds/gobble.ogg", NULL);
gc_help_start(gcomprisBoard);
}
else if(!strcmp((char *)data, "repeat"))