[Slim-Checkins] r10086 - /branches/6.5/server/Slim/Buttons/Home.pm
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Thu Sep 28 08:29:54 PDT 2006
Author: kdf
Date: Thu Sep 28 08:29:53 2006
New Revision: 10086
URL: http://svn.slimdevices.com?rev=10086&view=rev
Log:
Description: merge -r10084:10085 from trunk
Modified:
branches/6.5/server/Slim/Buttons/Home.pm
Modified: branches/6.5/server/Slim/Buttons/Home.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Buttons/Home.pm?rev=10086&r1=10085&r2=10086&view=diff
==============================================================================
--- branches/6.5/server/Slim/Buttons/Home.pm (original)
+++ branches/6.5/server/Slim/Buttons/Home.pm Thu Sep 28 08:29:53 2006
@@ -122,8 +122,10 @@
Slim::Buttons::Common::pushModeLeft($client, 'playlist');
- } elsif ($selection =~ /^(?:BROWSE_|SAVED_PLAYLISTS)/ && $selection !~ /^(?:BROWSE_MUSIC$)/) {
-
+ } elsif ($selection eq 'SAVED_PLAYLISTS'
+ || ($selection =~ /^BROWSE_/
+ && $selection ne 'BROWSE_MUSIC')) {
+
# If we're in a Browse mode and the user
# presses play, just go right, per Dean
Slim::Buttons::Input::List::exitInput($client, 'right');
More information about the checkins
mailing list