Set proper splash screen image for landscape 71/117171/1 accepted/tizen/3.0/common/20170307.113429 accepted/tizen/3.0/ivi/20170307.090629 accepted/tizen/3.0/mobile/20170307.090302 accepted/tizen/3.0/tv/20170307.090457 accepted/tizen/3.0/wearable/20170307.090542 submit/tizen_3.0/20170306.070943 submit/tizen_3.0/20170307.014135
authorSemun Lee <sm79.lee@samsung.com>
Fri, 3 Mar 2017 04:31:47 +0000 (13:31 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Fri, 3 Mar 2017 05:56:18 +0000 (21:56 -0800)
Change-Id: Ie1fa1165da087dc53b86754195b21519a732a504
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
(cherry picked from commit f253aeaa46ca697b6e480c6feea4a5fe46ed7e61)

src/common/step/configuration/step_parse_manifest.cc

index c579a32..cf84ba8 100644 (file)
@@ -518,7 +518,7 @@ bool StepParseManifest::FillUIApplication(manifest_x* manifest) {
     if (!application.app_info.landscape_image().empty()) {
       ui_app->landscapeimg =
           strdup(application.app_info.landscape_image().c_str());
-      AppendSplashScreen(ui_app, application.app_info.portrait_image(),
+      AppendSplashScreen(ui_app, application.app_info.landscape_image(),
           application.app_info.effectimage_type(), {}, kLandscapeOrientation,
           application.app_info.indicator_display(), {}, {});
     }