Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sound.py
diff options
context:
space:
mode:
Diffstat (limited to 'sound.py')
-rw-r--r--sound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.py b/sound.py
index 9a3e311..8e90c44 100644
--- a/sound.py
+++ b/sound.py
@@ -85,7 +85,7 @@ class CustomSound(Sound):
Sound.__init__(self, name, None, None, theme.SOUND_CUSTOM)
def select(self):
- sound = theme.choose(lambda jobject: JournalSound(jobject))
+ sound = theme.choose_audio(lambda jobject: JournalSound(jobject))
if sound:
sound.select()
return sound