[Slim-Checkins] r9419 - /branches/6.5/server/Slim/Player/Squeezebox2.pm

titmuss at svn.slimdevices.com titmuss at svn.slimdevices.com
Mon Sep 4 14:48:02 PDT 2006


Author: titmuss
Date: Mon Sep  4 14:47:59 2006
New Revision: 9419

URL: http://svn.slimdevices.com?rev=9419&view=rev
Log:
Merge r9418 from trunk

Modified:
    branches/6.5/server/Slim/Player/Squeezebox2.pm

Modified: branches/6.5/server/Slim/Player/Squeezebox2.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Player/Squeezebox2.pm?rev=9419&r1=9418&r2=9419&view=diff
==============================================================================
--- branches/6.5/server/Slim/Player/Squeezebox2.pm (original)
+++ branches/6.5/server/Slim/Player/Squeezebox2.pm Mon Sep  4 14:47:59 2006
@@ -696,6 +696,8 @@
 	my $pref = shift;
 	my $value = shift;
 
+	return if !defined $value;
+
 	$::d_prefs && msg("setPlayerSetting $pref = $value\n");
 
 	my $currpref = $pref_settings->{$pref};



More information about the checkins mailing list