[Slim-Checkins] r9363 - /trunk/server/Slim/Buttons/Information.pm
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Fri Sep 1 22:55:43 PDT 2006
Author: kdf
Date: Fri Sep 1 22:55:42 2006
New Revision: 9363
URL: http://svn.slimdevices.com?rev=9363&view=rev
Log:
Bug: n/a
Description: delimitThousands was originally for client count (!), so remap it back to the right place.
Modified:
trunk/server/Slim/Buttons/Information.pm
Modified: trunk/server/Slim/Buttons/Information.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Buttons/Information.pm?rev=9363&r1=9362&r2=9363&view=diff
==============================================================================
--- trunk/server/Slim/Buttons/Information.pm (original)
+++ trunk/server/Slim/Buttons/Information.pm Fri Sep 1 22:55:42 2006
@@ -159,7 +159,15 @@
'listRef' => [qw(VERSION DIAGSTRING SERVER_PORT SERVER_HTTP HOSTNAME HOSTIP CLIENTS)],
'externRef' => \&infoDisplay,
'externRefArgs' => 'CV',
- 'formatRef' => [undef, undef, undef, \&Slim::Utils::Misc::delimitThousands],
+ 'formatRef' => [
+ undef,
+ undef,
+ undef,
+ undef,
+ undef,
+ undef,
+ \&Slim::Utils::Misc::delimitThousands,
+ ],
'valueFunctRef' => [
sub { $::VERSION },
More information about the checkins
mailing list