From 2c4d42920ea4a3436b5656fdedbb963cbc2c93c3 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Thu, 11 Nov 2010 22:51:31 -0500 Subject: [PATCH] libsaria.music doesn't exist anymore It has been renamed libsaria.audio, so the end-of-song function should be changed to reflect this. --- libsaria/audio/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsaria/audio/audio.py b/libsaria/audio/audio.py index 04f994f7..b5f708f8 100644 --- a/libsaria/audio/audio.py +++ b/libsaria/audio/audio.py @@ -42,7 +42,7 @@ def reset(): def on_message(bus, message): if message.type == gst.MESSAGE_EOS: - libsaria.music.end_of_song() + libsaria.audio.end_of_song() def on_quit():