[Slim-Checkins] r10126 - in /branches/6.5/server: Changelog6.html
Slim/Buttons/Information.pm
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Sun Oct 1 10:27:29 PDT 2006
Author: kdf
Date: Sun Oct 1 10:27:28 2006
New Revision: 10126
URL: http://svn.slimdevices.com?rev=10126&view=rev
Log:
Bug: 4270
Description: remove stray extra item in server info array
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/Slim/Buttons/Information.pm
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=10126&r1=10125&r2=10126&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Sun Oct 1 10:27:28 2006
@@ -35,6 +35,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4228">#4228</a> - Fishbone skin status doesn't update from an empty playlist</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4237">#4237</a> - in Help > Internet Radio there is a dead link to Settings</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4245">#4245</a> - Pressing PLAY on top level browse pushes right</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4270">#4270</a> - Server Information on SB - two items muddled up</li>
<ul>
</ul>
Modified: branches/6.5/server/Slim/Buttons/Information.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Buttons/Information.pm?rev=10126&r1=10125&r2=10126&view=diff
==============================================================================
--- branches/6.5/server/Slim/Buttons/Information.pm (original)
+++ branches/6.5/server/Slim/Buttons/Information.pm Sun Oct 1 10:27:28 2006
@@ -167,7 +167,6 @@
sub { 3483 },
sub { Slim::Utils::Prefs::get('httpport') },
\&Slim::Utils::Network::hostName,
- sub { $main::httpaddr || Slim::Utils::Network::hostAddr() || '127.0.0.1'; },
\&Slim::Utils::Network::serverAddr,
\&Slim::Player::Client::clientCount,
],
More information about the checkins
mailing list