michael | 1 Oct 2009 16:21
Favicon

[Slim-Checkins] r28717 - /7.4/trunk/server/cleanup.pl

Author: michael
Date: Thu Oct  1 07:21:29 2009
New Revision: 28717

URL: http://svn.slimdevices.com/slim?rev=28717&view=rev
Log:
Fixed Bug: 14471
Description: don't let the splash screen time out. Hide it manually once everything's initialized.

Modified:
    7.4/trunk/server/cleanup.pl

Modified: 7.4/trunk/server/cleanup.pl
URL: http://svn.slimdevices.com/slim/7.4/trunk/server/cleanup.pl?rev=28717&r1=28716&r2=28717&view=diff
==============================================================================
--- 7.4/trunk/server/cleanup.pl (original)
+++ 7.4/trunk/server/cleanup.pl Thu Oct  1 07:21:29 2009
 <at>  <at>  -312,8 +312,8  <at>  <at> 

 		$splash = Wx::SplashScreen->new(
 			$bitmap, 
-			Wx::wxSPLASH_CENTRE_ON_SCREEN() | Wx::wxSPLASH_TIMEOUT(),
-			10000,
+			Wx::wxSPLASH_CENTRE_ON_SCREEN() | Wx::wxSPLASH_NO_TIMEOUT(),
+			0,
 			undef,
 			-1, [-1, -1], [-1, -1],
 			Wx::wxSIMPLE_BORDER() | Wx::wxSTAY_ON_TOP()

Gmane