Bugzilla – Bug 4953
Menu Option "Start SlimServer" replaced with "Starting SlimServer..."
Last modified: 2008-12-18 11:11:58 UTC
To reproduce install the nightly SlimServer. Once installed make sure SlimServer is stopped. Click on the Slimtray icon. Notice the first menu option is "Starting SlimServer..." in plain type. It used to be "Start SlimServer" in bold type. SlimServer Version: 6.5.2 - 11874 - Windows XP - EN - cp1252 Perl Version: 5.8.8 MSWin32-x86-multi-thread MySQL Version: 5.0.22-community-nt
a slip in the recent slimtray.pl changes, perhaps? possibly change 11873 around line 79
Index: SlimTray.pl =================================================================== --- SlimTray.pl (revision 11880) +++ SlimTray.pl (working copy) @@ -87,7 +87,7 @@ push @menu, [string('STARTING_SLIMSERVER'), ""]; } else { - push @menu, [string('STARTING_SLIMSERVER'), \&startSlimServer] if (!$vistaUser || $type =~ /none|login/); + push @menu, [string('START_SLIMSERVER'), \&startSlimServer] if (!$vistaUser || $type =~ /none|login/); } my $serviceString = string('RUN_AT_BOOT');
cc'ing michael in case he's online first.
Change 11881 - please test
restored the boldface in change 11890 Marking as fixed, but it can be reopened if there are problems. note: someone should give Michael access to marking bug as fixed :)
Fixed in 6.5.2, which is now released and available for download at http://www.slimdevices.com/su_downloads.html If you're still experiencing this bug, please re-open it!