From 27509f29c0123a7ce137233f9b21b1a860c7937c Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 14 Jul 2009 02:25:24 +0000 Subject: Create voices combobox widget; make Speak library deploying friendly --- (limited to 'Speak.activity/brain.py') diff --git a/Speak.activity/brain.py b/Speak.activity/brain.py index c9ef2b4..e39e91e 100644 --- a/Speak.activity/brain.py +++ b/Speak.activity/brain.py @@ -39,7 +39,7 @@ BOTS = { 'predicates': { 'name': 'Alice', 'master': 'the Sugar Community' } } } -DEFAULT = voice.DEFAULT +DEFAULT = voice.defaultVoice() if not BOTS.has_key(DEFAULT): DEFAULT = voice.allVoices()[_('English')] -- cgit v0.9.1