[tuxdroid-svn] r5081 - software_suite_v3/software/plugin/plugin-programsTv/trunk/plugin-programsTv/
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-08 10:14:43
|
Author: jerome
Date: 2009-07-08 12:14:30 +0200 (Wed, 08 Jul 2009)
New Revision: 5081
Modified:
software_suite_v3/software/plugin/plugin-programsTv/trunk/plugin-programsTv/src/com/kysoh/tvPrograms/plugin/PluginUk.java
Log:
* Fixed a bug retrieving Tv program for this country.
Modified: software_suite_v3/software/plugin/plugin-programsTv/trunk/plugin-programsTv/src/com/kysoh/tvPrograms/plugin/PluginUk.java
===================================================================
--- software_suite_v3/software/plugin/plugin-programsTv/trunk/plugin-programsTv/src/com/kysoh/tvPrograms/plugin/PluginUk.java 2009-07-08 09:15:58 UTC (rev 5080)
+++ software_suite_v3/software/plugin/plugin-programsTv/trunk/plugin-programsTv/src/com/kysoh/tvPrograms/plugin/PluginUk.java 2009-07-08 10:14:30 UTC (rev 5081)
@@ -44,7 +44,7 @@
configuration().getGiveMorning() || configuration().getGiveNowPlaying())
{
SimplePrograms.addProgramLoadListener(this);
- ukPrograms = new SimplePrograms(SimplePrograms.UK, this.configuration().getChannel());
+ ukPrograms = new SimplePrograms(SimplePrograms.UK, this.configuration().getUkChannel());
}
else
{
|