[Slim-Checkins] r10293 - in /trunk/server: Changelog6.html Plugins/RssNews.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Wed Oct 11 11:53:02 PDT 2006


Author: adrian
Date: Wed Oct 11 11:52:58 2006
New Revision: 10293

URL: http://svn.slimdevices.com?rev=10293&view=rev
Log:
Bug: 4345
Description: Fix typo - ticker should only drain when moving on to new feed.

Modified:
    trunk/server/Changelog6.html
    trunk/server/Plugins/RssNews.pm

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=10293&r1=10292&r2=10293&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Wed Oct 11 11:52:58 2006
@@ -72,6 +72,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4317">#4317</a> - Random mix loads to wrong player after player change</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4318">#4318</a> - slimtray.exe: when slim.exe runs in userland a dos window comes up when external decoders are used</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4325">#4325</a> - Overlay does not correctly encode non latin characters</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4345">#4345</a> - Rss Ticker - screen always clearing between items</li>
 	</ul>
 </ul>
 

Modified: trunk/server/Plugins/RssNews.pm
URL: http://svn.slimdevices.com/trunk/server/Plugins/RssNews.pm?rev=10293&r1=10292&r2=10293&view=diff
==============================================================================
--- trunk/server/Plugins/RssNews.pm (original)
+++ trunk/server/Plugins/RssNews.pm Wed Oct 11 11:52:58 2006
@@ -565,7 +565,7 @@
 	$client->update( tickerLines($client) );
 
 	my ($complete, $queue) = $client->scrollTickerTimeLeft();
-	my $newfeed = $savers->{$client}->{current_feed};
+	my $newfeed = $savers->{$client}->{newfeed};
 
 	# schedule for next item as soon as queue drains if same feed or after ticker completes if new feed
 	my $next = $newfeed ? $complete : $queue;



More information about the checkins mailing list