From f0b74984b013ddf730b7b947318d7dd5826346e4 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 21 Feb 2009 12:49:31 +0000 Subject: Use espeak command when gst-plugins-espeak is not installed(Joshua Minor) --- (limited to 'Speak.activity/chat.py') diff --git a/Speak.activity/chat.py b/Speak.activity/chat.py index fca8ef8..0b132f1 100644 --- a/Speak.activity/chat.py +++ b/Speak.activity/chat.py @@ -160,8 +160,9 @@ class View(hippo.Canvas): lang_box.props.text = status.voice.friendlyname if text: self._chat.add_text(buddy, text) - if not self.quiet and self.props.window \ - and self.props.window.is_visible(): + if not self.quiet: + # and self.props.window \ + # and self.props.window.is_visible(): face.say(text) def farewell(self, buddy): -- cgit v0.9.1