From 4f5562474fac80fb998a247e74b19af91cd40f6e Mon Sep 17 00:00:00 2001 From: Taejeong Lee Date: Mon, 29 Apr 2013 23:53:53 +0900 Subject: [PATCH] [Release] wrt-plugins-common_0.3.84 Change-Id: Id0f687c4f720f60ea8778f6ff0e1992019096cb4 --- packaging/wrt-plugins-common.spec | 4 ++-- src/Commons/IEvent.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/wrt-plugins-common.spec b/packaging/wrt-plugins-common.spec index b27db42..c857083 100644 --- a/packaging/wrt-plugins-common.spec +++ b/packaging/wrt-plugins-common.spec @@ -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 diff --git a/src/Commons/IEvent.h b/src/Commons/IEvent.h index 8edec83..7764fde 100644 --- a/src/Commons/IEvent.h +++ b/src/Commons/IEvent.h @@ -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; -- 2.7.4