[Slim-Checkins] r9373 - in /branches/6.5/server: Changelog6.html Slim/Web/Setup.pm

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Sat Sep 2 18:54:55 PDT 2006


Author: kdf
Date: Sat Sep  2 18:54:53 2006
New Revision: 9373

URL: http://svn.slimdevices.com?rev=9373&view=rev
Log:
Bug: 4041
Description: merge change 9372 from trunk


Modified:
    branches/6.5/server/Changelog6.html
    branches/6.5/server/Slim/Web/Setup.pm

Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=9373&r1=9372&r2=9373&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Sat Sep  2 18:54:53 2006
@@ -556,6 +556,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4026">#4026</a> - WAV playback only works for 16 bits 44.1kHz</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4030">#4030</a> - Add voltage to status command for transporter</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4031">#4031</a> - Crash when enabling Network Health with no players</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4041">#4041</a> - Crasher updating player settings</li>
 	</ul>
 </ul>
 

Modified: branches/6.5/server/Slim/Web/Setup.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Web/Setup.pm?rev=9373&r1=9372&r2=9373&view=diff
==============================================================================
--- branches/6.5/server/Slim/Web/Setup.pm (original)
+++ branches/6.5/server/Slim/Web/Setup.pm Sat Sep  2 18:54:53 2006
@@ -851,10 +851,10 @@
 					}
 					
 					if ($client && $client->hasPowerControl()) {
-						$pageref->{'Groups'}{'Power'}{'PrefOrder'}[1] = 'powerOffDac';
+						$pageref->{'Groups'}{'PowerOn'}{'PrefOrder'}[1] = 'powerOffDac';
 					}
 					else {
-						$pageref->{'Groups'}{'Power'}{'PrefOrder'}[1] = undef;
+						$pageref->{'Groups'}{'PowerOn'}{'PrefOrder'}[1] = undef;
 					}										
 
 					if ($client && $client->hasPreAmp()) {



More information about the checkins mailing list