creator/src/creator_scriptparser.cpp
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
--- a/creator/src/creator_scriptparser.cpp	Wed Sep 15 12:13:45 2010 +0300
+++ b/creator/src/creator_scriptparser.cpp	Wed Oct 13 14:32:52 2010 +0300
@@ -316,11 +316,7 @@
     // 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: