From ea7c199885e7295cfa6b6038f3a9865fee9e7f7b Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 14 Jul 2009 09:44:01 +0000 Subject: Fix run in XO-767 environment --- (limited to 'Speak.activity/activity.py') diff --git a/Speak.activity/activity.py b/Speak.activity/activity.py index a0d4813..68746ca 100644 --- a/Speak.activity/activity.py +++ b/Speak.activity/activity.py @@ -227,7 +227,7 @@ class SpeakActivity(SharedActivity): # voicebar.insert(button, -1) # button.show() - self.voice_combo = widgets.Voices() + self.voice_combo = widgets.Voices(self.face) self.voice_combo.select(name=self.face.status.voice.friendlyname) combotool = ToolComboBox(self.voice_combo) voicebar.insert(combotool, -1) -- cgit v0.9.1