[Slim-Checkins] r9255 - /branches/6.5/server/Plugins/Health/NetTest.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Tue Aug 29 12:48:15 PDT 2006


Author: adrian
Date: Tue Aug 29 12:48:13 2006
New Revision: 9255

URL: http://svn.slimdevices.com?rev=9255&view=rev
Log:
Bug: N/A
Description: blank screen2 during NetTest

Modified:
    branches/6.5/server/Plugins/Health/NetTest.pm

Modified: branches/6.5/server/Plugins/Health/NetTest.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Plugins/Health/NetTest.pm?rev=9255&r1=9254&r2=9255&view=diff
==============================================================================
--- branches/6.5/server/Plugins/Health/NetTest.pm (original)
+++ branches/6.5/server/Plugins/Health/NetTest.pm Tue Aug 29 12:48:13 2006
@@ -72,6 +72,10 @@
 
 	$client->modeParam('Health.NetTest', $params);
 
+	# clear screen2 and stop other things displaying on it
+	$client->modeParam('screen2', 'nettest');
+	$client->update( { 'screen2' => {} } );
+
 	$client->lines(\&lines);
 
 	# start display functions after delay [to allow push animation to complete]



More information about the checkins mailing list