Fix about compareServiceData processing in getAppServiceUri()
authorTaejeong Lee <taejeong.lee@samsung.com>
Fri, 15 Feb 2013 03:45:17 +0000 (12:45 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Fri, 15 Feb 2013 07:42:28 +0000 (16:42 +0900)
commitc9b0db2183df7d83f76c4ec3ffa8002d3c785d0d
tree6e6d3a60d910cb753b9b017c5f9eabe079c42e11
parent3219329c59c3906e9d4e931d67c7b00d79ec0941
Fix about compareServiceData processing in getAppServiceUri()

 * The comparing of scheme is wrong. it has compared with uri.

[Issue#] ORANGE-223
[Problem] appService launch leads to the wrong page
[Cause] The comparing of scheme is wrong.
[Solution] Fixed to compare with scheme properly.

Change-Id: I2cea2fe05c9f5ed99b94da52bba6b6d58961209f
src/view/common/view_logic_uri_support.cpp