bug fix to pass action and actor arguments when created as a dbar item 61/38161/1
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 14 Apr 2015 01:22:45 +0000 (10:22 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 14 Apr 2015 01:22:45 +0000 (10:22 +0900)
Change-Id: Icb2c4ab1729f7a0460bdf85b2347888914cca935
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/engine.cpp

index fd39b94..5c53d53 100644 (file)
@@ -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);
                        }
                }
        }