[tuxdroid-svn] r4826 - software_suite_v3/software/plugin/plugin-webradio/trunk/executables
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-17 14:55:04
|
Author: remi
Date: 2009-06-17 16:54:59 +0200 (Wed, 17 Jun 2009)
New Revision: 4826
Modified:
software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py
Log:
* Audio menu improvement
Modified: software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py
===================================================================
--- software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py 2009-06-17 14:51:18 UTC (rev 4825)
+++ software_suite_v3/software/plugin/plugin-webradio/trunk/executables/plugin-webradio.py 2009-06-17 14:54:59 UTC (rev 4826)
@@ -101,8 +101,9 @@
def __doExecute(self):
self.__defaultWebRadio()
-
+
def __speakRadioName(self, radioName):
+ self.throwActuation("abortTts")
self.throwMessage(radioName)
time.sleep(0.5)
|