From ab0a6e3c873903e38615d818faf041d855db397a Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Thu, 17 Mar 2016 14:58:06 +0100 Subject: [PATCH] Fix typo in StepGenerateXml Change-Id: Iebba5702b4ce032f35836e7ede12c93a57e2284e --- src/wgt/step/step_generate_xml.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wgt/step/step_generate_xml.cc b/src/wgt/step/step_generate_xml.cc index 176c908..a90b3bb 100644 --- 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: - WriteServiceApplicationAttributes(writer, app); + WriteUIApplicationAttributes(writer, app); break; case AppCompType::SVCAPP: - WriteUIApplicationAttributes(writer, app); + WriteServiceApplicationAttributes(writer, app); break; case AppCompType::WIDGETAPP: WriteWidgetApplicationAttributes(writer, app); -- 2.7.4