Fix Widget Installation with metadatas 69/29269/1 accepted/tizen/common/20141023.145530 submit/tizen_common/20141023.141338
authorBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Thu, 23 Oct 2014 14:10:54 +0000 (16:10 +0200)
committerBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Thu, 23 Oct 2014 14:11:57 +0000 (16:11 +0200)
commit2b7265aee5a7fb95310b78af366b933b8e4464cc
treeabf4e1db28a08f0e5559e718b78fa7ed87305eee
parent6efbbec62a4dae98174db0fb706fe8e4c16a702a
Fix Widget Installation with metadatas

Remove wrong call to   ret = __insert_uiapplication_appmetadata_info(mfx);
by  ret = __insert_serviceapplication_appmetadata_info(mfx);

calling __insert_uiapplication_appmetadata_info twice lead to installation error

BUG-Tizen=XWALK-2463
Change-Id: I465f573a2bbfd345a660494d7fc0d62a0c85bfe5
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
parser/pkgmgr_parser_db.c