Add "/" in front of start file path
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 25 Dec 2012 03:14:20 +0000 (12:14 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 25 Dec 2012 03:36:30 +0000 (12:36 +0900)
commitb54e1c45eb350b848b82590381dd671e9958a541
tree7a93e225e97f9cf0399c83558541ce36ea0f2e17
parent34ce630fd9894533f97053d07020dc76f66ac452
Add "/" in front of start file path

[Issue#] TDIS-1525, TDIS-878
[Problem] Fail to load start file contained capital character or "&"
[Cause] First start path missed "/" after file scheme
[Solution] Add "/" path. Linux system must include "/"
"file://" + "/" + start file path
[SCMRequest] N/A

Change-Id: I21d5277f060100c3b065a633230251609c2df069
src/domain/widget_model.cpp