[Slim-Checkins] r11001 - /trunk/server/Slim/Control/Commands.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Mon Dec 18 12:40:30 PST 2006
Author: andy
Date: Mon Dec 18 12:40:30 2006
New Revision: 11001
URL: http://svn.slimdevices.com?rev=11001&view=rev
Log:
Don't block the display when displaying this error message
Modified:
trunk/server/Slim/Control/Commands.pm
Modified: trunk/server/Slim/Control/Commands.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Control/Commands.pm?rev=11001&r1=11000&r2=11001&view=diff
==============================================================================
--- trunk/server/Slim/Control/Commands.pm (original)
+++ trunk/server/Slim/Control/Commands.pm Mon Dec 18 12:40:30 2006
@@ -2045,7 +2045,7 @@
$client->showBriefly({
'line1' => $client->string( $error || 'PROBLEM_OPENING_REMOTE_URL' ),
'line2' => $url,
- }, { 'duration' => 2, 'block' => 1, 'scroll' => 1, 'firstline' => 1 });
+ }, { 'scroll' => 1, 'firstline' => 1 });
}
$callbackf && (&$callbackf(@$callbackargs));
More information about the checkins
mailing list