[Slim-Checkins] r33665 - /7.7/trunk/platforms/win32/SqueezeTray.pl
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mherger
Date: Mon Nov 7 01:07:50 2011
New Revision: 33665
URL: http://svn.slimdevices.com/slim?rev=33665&view=rev
Log:
Bug: n/a
Description: cleanup
Modified:
7.7/trunk/platforms/win32/SqueezeTray.pl
Modified: 7.7/trunk/platforms/win32/SqueezeTray.pl
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/win32/SqueezeTray.pl?rev=33665&r1=33664&r2=33665&view=diff
==============================================================================
--- 7.7/trunk/platforms/win32/SqueezeTray.pl (original)
+++ 7.7/trunk/platforms/win32/SqueezeTray.pl Mon Nov 7 01:07:50 2011
@@ -64,11 +64,9 @@
push @menu, ["--------"];
if ($type == SC_STARTUP_TYPE_SERVICE) {
-# push @menu, [string('OPEN_SQUEEZEBOX_SERVER'), $state == SC_STATE_RUNNING ? \&openServer : undef];
push @menu, [string('STOP_SQUEEZEBOX_SERVER'), $state == SC_STATE_RUNNING ? \&stopServer : undef];
}
elsif ($state == SC_STATE_RUNNING) {
-# push @menu, [string('OPEN_SQUEEZEBOX_SERVER'), \&openServer];
push @menu, [string('STOP_SQUEEZEBOX_SERVER'), \&stopServer];
}
elsif ($svcMgr->getServiceState() == SC_STATE_STARTING) {