creator/src/creator_scriptparser.cpp
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
--- a/creator/src/creator_scriptparser.cpp	Tue Sep 14 21:20:12 2010 +0300
+++ b/creator/src/creator_scriptparser.cpp	Wed Sep 15 12:13:45 2010 +0300
@@ -316,7 +316,11 @@
     // Execute the command if this is a command element:
     if( elementInfo.iElement->IsCommandElement() )
         {
+        #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
+        elementInfo.iElement->AsyncExecuteCommandAndWaitL();
+        #else
         elementInfo.iElement->ExecuteCommandL();
+        #endif
         }
     
     // Remove element from the stack: