bug fix to initialize action type of dbar item 21/37521/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 30 Mar 2015 10:37:18 +0000 (19:37 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 30 Mar 2015 10:37:18 +0000 (19:37 +0900)
Change-Id: I75d80f7898f9a6286df91e970bd4f8c82bc15633
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/engine/src/EngineDBarItem.cpp

index 13f87e4..37f4ce6 100644 (file)
@@ -29,6 +29,7 @@ CEngineDBarItem::CEngineDBarItem(CEngineBarItem *parent) : CEntity(VINT_MAX, VST
        m = new SEngineDBarItem;
        memset(m, 0, sizeof(*m));
        m->parent = parent;
+       m->action = CBus::ACTION_OP_LAUNCH_APP;
 }