Change pkgname to appid for docomo request. PART3-1
authorSoyoung Kim <sy037.kim@samsung.com>
Mon, 28 Jan 2013 09:54:04 +0000 (18:54 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Mon, 28 Jan 2013 10:00:34 +0000 (19:00 +0900)
[Issue#] N/A
[Problem] wrong to trim space in config.xml
[Cause] N/A
[Solution] Fixed trim space for appid
[SCMRequest] N/A

Change-Id: Id70c5eaba875cef12fd22baf52b866d74dccabc3

src/configuration_parser/widget_parser.cpp

index 4dc3524..f46fdc0 100755 (executable)
@@ -1506,7 +1506,7 @@ class ApplicationParser : public ElementParser
             LogDebug("attribute");
             if (attribute.name == L"id") {
                 m_id = attribute.value;
-                NormalizeAndTrimSpaceString(m_version);
+                NormalizeAndTrimSpaceString(m_id);
             } else if (attribute.name == L"package") {
                 m_package = attribute.value;
             } else if (attribute.name == L"required_version") {