[Slim-Checkins] r11000 -
/branches/6.5/server/Slim/Control/Commands.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Mon Dec 18 12:39:05 PST 2006
Author: andy
Date: Mon Dec 18 12:39:04 2006
New Revision: 11000
URL: http://svn.slimdevices.com?rev=11000&view=rev
Log:
Don't block the display when displaying this error message
Modified:
branches/6.5/server/Slim/Control/Commands.pm
Modified: branches/6.5/server/Slim/Control/Commands.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Control/Commands.pm?rev=11000&r1=10999&r2=11000&view=diff
==============================================================================
--- branches/6.5/server/Slim/Control/Commands.pm (original)
+++ branches/6.5/server/Slim/Control/Commands.pm Mon Dec 18 12:39:04 2006
@@ -2011,7 +2011,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