Fixed account icon path to manifest file
authorSoyoung Kim <sy037.kim@samsung.com>
Fri, 27 Sep 2013 06:44:30 +0000 (15:44 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 1 Oct 2013 07:10:06 +0000 (07:10 +0000)
commitab15487992b2241e065b5e7182bd0340e4f423d3
treeb371ecead1e4a8e700f088e02e931737a0cd1248
parent0e2be84071fd688fa0be9490d3854573479f8313
Fixed account icon path to manifest file

[Issue#]   N/A
[Problem]  Can't loaded account icon.
[Cause]    Account icon path is wrong to manifest file.
[Solution] Changed account icon path from relative path to absolute path.

[Remarks]
- config.xml path: <tizen:icon section="Account">icon.png</tizen:icon>
- old manifest: <icon section="account">icon.png</icon>
- new manifest: <icon section="account">/opt/usr/apps/[package]/res/wgt/icon.png</icon>

Change-Id: I75a531e1da1f737fbe474adc0cdedfc89cf30284
src/jobs/widget_install/task_manifest_file.cpp