[Slim-Checkins] r9364 -
/branches/6.5/server/Slim/Buttons/Information.pm
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Fri Sep 1 23:00:38 PDT 2006
Author: kdf
Date: Fri Sep 1 23:00:37 2006
New Revision: 9364
URL: http://svn.slimdevices.com?rev=9364&view=rev
Log:
merge -r9362:9363 from trunk
Modified:
branches/6.5/server/Slim/Buttons/Information.pm
Modified: branches/6.5/server/Slim/Buttons/Information.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Buttons/Information.pm?rev=9364&r1=9363&r2=9364&view=diff
==============================================================================
--- branches/6.5/server/Slim/Buttons/Information.pm (original)
+++ branches/6.5/server/Slim/Buttons/Information.pm Fri Sep 1 23:00:37 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