[maemo-commits] [maemo-commits] r14651 - projects/haf/trunk/osso-app-killer/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Oct 29 09:47:32 EET 2007
Author: kihamala
Date: 2007-10-29 09:47:31 +0200 (Mon, 29 Oct 2007)
New Revision: 14651

Modified:
   projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
Log:
moved the animation to start a bit earlier


Modified: projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
===================================================================
--- projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2007-10-29 07:41:01 UTC (rev 14650)
+++ projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2007-10-29 07:47:31 UTC (rev 14651)
@@ -8,6 +8,7 @@
   SUDO='sudo'
 fi
 
+/usr/sbin/anim-shower 20000 &
 DEV=''
 HOST=`hal-find-by-property --key mmc_host.slot_name --string internal`
 if [ $? = 0 ]; then
@@ -24,7 +25,6 @@
 fi
 if [ "x$DEV" != "x" ]; then
   echo "Internal memory card device is $DEV"
-  /usr/sbin/anim-shower 20000 &
 
   # Wait until memory card is not used by applications
   # (this will only detect files open by 'user' if this


More information about the maemo-commits mailing list