projects
/
platform
/
core
/
appfw
/
wgt-backend.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ce47d
)
Fix typo in StepGenerateXml
12/62712/2
accepted/tizen/common/20160321.150445
accepted/tizen/mobile/20160321.113354
accepted/tizen/tv/20160321.113420
accepted/tizen/wearable/20160321.113440
submit/tizen/20160321.014821
author
Tomasz Iwanek
<t.iwanek@samsung.com>
Thu, 17 Mar 2016 13:58:06 +0000
(14:58 +0100)
committer
Tomasz Iwanek
<t.iwanek@samsung.com>
Thu, 17 Mar 2016 14:06:34 +0000
(07:06 -0700)
Change-Id: Iebba5702b4ce032f35836e7ede12c93a57e2284e
src/wgt/step/step_generate_xml.cc
patch
|
blob
|
history
diff --git
a/src/wgt/step/step_generate_xml.cc
b/src/wgt/step/step_generate_xml.cc
index
176c908
..
a90b3bb
100644
(file)
--- a/
src/wgt/step/step_generate_xml.cc
+++ b/
src/wgt/step/step_generate_xml.cc
@@
-119,10
+119,10
@@
common_installer::Step::Status StepGenerateXml::GenerateApplicationCommonXml(
// app-specific attributes
switch (type) {
case AppCompType::UIAPP:
- Write
Service
ApplicationAttributes(writer, app);
+ Write
UI
ApplicationAttributes(writer, app);
break;
case AppCompType::SVCAPP:
- Write
UI
ApplicationAttributes(writer, app);
+ Write
Service
ApplicationAttributes(writer, app);
break;
case AppCompType::WIDGETAPP:
WriteWidgetApplicationAttributes(writer, app);