[Release] wrt-plugins-common_0.3.84 submit/tizen_2.1/20130429.145444
authorTaejeong Lee <taejeong.lee@samsung.com>
Mon, 29 Apr 2013 14:53:53 +0000 (23:53 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Mon, 29 Apr 2013 14:53:53 +0000 (23:53 +0900)
Change-Id: Id0f687c4f720f60ea8778f6ff0e1992019096cb4

packaging/wrt-plugins-common.spec
src/Commons/IEvent.h

index b27db42..c857083 100644 (file)
@@ -1,7 +1,7 @@
-#git:framework/web/wrt-plugins-common wrt-plugins-common_0.3.83
+#git:framework/web/wrt-plugins-common wrt-plugins-common_0.3.84
 Name:       wrt-plugins-common
 Summary:    wrt-plugins common library
-Version:    0.3.83
+Version:    0.3.84
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index 8edec83..7764fde 100644 (file)
@@ -360,7 +360,10 @@ class IEvent : /*private DPL::WaitableEvent, */ public IEventController
             m_cancelled = true;
         }
         LogDebug("waiting for cancel flag");
+
+#if 0   // temporary fix for ApplicationLaunchAppControl eventhandling
         DPL::WaitForSingleHandle(getCancelStatusFlag().GetHandle());
+#endif
         delete m_cancelStatusFlag;
         m_cancelStatusFlag = NULL;
         return m_cancelAllowed;