libsaria.music doesn't exist anymore

It has been renamed libsaria.audio, so the end-of-song function should
be changed to reflect this.
This commit is contained in:
Bryan Schumaker 2010-11-11 22:51:31 -05:00
parent 1f7d6538c4
commit 2c4d42920e
1 changed files with 1 additions and 1 deletions

View File

@ -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():