[maemo-commits] [maemo-commits] r18327 - in projects/haf/trunk/osso-af-utils: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 12 13:30:14 EEST 2009
Author: schulhof
Date: 2009-05-12 13:30:04 +0300 (Tue, 12 May 2009)
New Revision: 18327

Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/src/fb-progress.sh
Log:
Reducing progress animation time

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-12 09:37:01 UTC (rev 18326)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-12 10:30:04 UTC (rev 18327)
@@ -1,6 +1,8 @@
 osso-af-utils (2.2-1) unstable; urgency=low
 
-  * Adjust the number of seconds to display the progress bar for
+  * Adjust the number of seconds to display the progress bar
+  * Fixes: NB#115524 (Progress of the device booting does not occoupy the full screen width)
+  * Fixes: NB#116077 (Progress indicator shown during startup nearly upto 65%)
 
  -- Gabriel Schulhof <kimmo.hamalainen at nokia.com>  Tue, 12 May 2009 10:02:56 +0300
 

Modified: projects/haf/trunk/osso-af-utils/src/fb-progress.sh
===================================================================
--- projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-05-12 09:37:01 UTC (rev 18326)
+++ projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-05-12 10:30:04 UTC (rev 18327)
@@ -28,7 +28,7 @@
 LOGO=qgn_indi_startup_nokia_logo.png
 BAR=qgn_indi_progressbar.png
 
-SECS=10
+SECS=9
 
 case "$1" in
 start)	


More information about the maemo-commits mailing list