[tuxdroid-svn] r5453 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-09-21 08:43:05
|
Author: jerome
Date: 2009-09-21 10:42:54 +0200 (Mon, 21 Sep 2009)
New Revision: 5453
Modified:
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
Log:
* Make use of the wait function at step 4.
Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
===================================================================
--- software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas 2009-09-21 07:45:00 UTC (rev 5452)
+++ software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas 2009-09-21 08:42:54 UTC (rev 5453)
@@ -395,7 +395,7 @@
//**** Step 4 on screen => Testing radio state****//
begin
- if not TuxUtils.isRadioConnected(values) then
+ if not TuxUtils.waitForTuxDroidReady(120) then
begin
invalidateButtons();
|