From 696b956bd0356a8c19554bbd96b5ce1985afebce Mon Sep 17 00:00:00 2001 From: Soohye Shin Date: Tue, 14 Apr 2015 10:22:45 +0900 Subject: [PATCH] bug fix to pass action and actor arguments when created as a dbar item Change-Id: Icb2c4ab1729f7a0460bdf85b2347888914cca935 Signed-off-by: Soohye Shin --- src/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.cpp b/src/engine.cpp index fd39b94..5c53d53 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -794,7 +794,7 @@ bool CEngine::m_OnAddContents(Eina_List *list) if (!strcmp(hit->Str(CEngineBarItem::VSTR_SVC_ID), content->svcid)) { _add_dbar_item(hit, CEngineDBarItem::STYLE_CONTENT, content->title, content, 1, - CBus::ACTION_OP_LAUNCH_NONE, NULL, NULL); + content->action, content->actor, content->args); } } } -- 2.7.4