1 Sep 2009 16:40
[Slim-Checkins] r28397 - in /7.4/trunk: platforms/win32/SqueezeTray.pl server/Slim/GUI/ControlPanel/Advanced.pm server/Slim/Utils/Light.pm
Author: michael Date: Tue Sep 1 07:40:49 2009 New Revision: 28397 URL: http://svn.slimdevices.com/slim?rev=28397&view=rev Log: Fixed Bug: 13615 +1 Description: reset update installer availability status when update is run from tray icon or control panel Modified: 7.4/trunk/platforms/win32/SqueezeTray.pl 7.4/trunk/server/Slim/GUI/ControlPanel/Advanced.pm 7.4/trunk/server/Slim/Utils/Light.pm Modified: 7.4/trunk/platforms/win32/SqueezeTray.pl URL: http://svn.slimdevices.com/slim/7.4/trunk/platforms/win32/SqueezeTray.pl?rev=28397&r1=28396&r2=28397&view=diff ============================================================================== --- 7.4/trunk/platforms/win32/SqueezeTray.pl (original) +++ 7.4/trunk/platforms/win32/SqueezeTray.pl Tue Sep 1 07:40:49 2009 <at> <at> -38,7 +38,6 <at> <at> my $language = getPref('language') || $os->getSystemLanguage() || 'EN'; my $restartFlag = catdir(getPref('cachedir') || $os->dirsFor('cache'), 'restart.txt'); -my $versionFile = catdir(scalar($os->dirsFor('updates')), 'server.version'); my $controlPanel = catdir(scalar($os->dirsFor('base')), 'server', 'squeezeboxcp.exe'); ${^WIN32_SLOPPY_STAT} = 1; <at> <at> -49,7 +48,7 <at> <at> push <at> menu, ['*' . string('OPEN_CONTROLPANEL'), \&openControlPanel];(Continue reading)
RSS Feed