[Slim-Checkins] r9253 - in /branches/6.5/server: Changelog6.html
Slim/Buttons/Common.pm
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Tue Aug 29 12:41:33 PDT 2006
Author: adrian
Date: Tue Aug 29 12:41:31 2006
New Revision: 9253
URL: http://svn.slimdevices.com?rev=9253&view=rev
Log:
Bug: 4015
Description: merge -r 9251:9252 from trunk
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/Slim/Buttons/Common.pm
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=9253&r1=9252&r2=9253&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Tue Aug 29 12:41:31 2006
@@ -525,6 +525,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3971">#3971</a> - New feature: Perl and mysql version info display on server settings screen.</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3980">#3980</a> - Initial WMA stream request sometimes gets truncated</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4003">#4003</a> - DAC mode should be called "Audio Source"</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4015">#4015</a> - Web setup corrupts screensaver settings in player UI</li>
</ul>
</ul>
Modified: branches/6.5/server/Slim/Buttons/Common.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Buttons/Common.pm?rev=9253&r1=9252&r2=9253&view=diff
==============================================================================
--- branches/6.5/server/Slim/Buttons/Common.pm (original)
+++ branches/6.5/server/Slim/Buttons/Common.pm Tue Aug 29 12:41:31 2006
@@ -172,7 +172,10 @@
=cut
sub hash_of_savers {
- return \%savers;
+
+ my %saversCopy = %savers;
+
+ return \%saversCopy;
}
=head2 addMode ( )
More information about the checkins
mailing list