Set default color depth for splash screen 51/78351/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 5 Jul 2016 07:30:35 +0000 (16:30 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 5 Jul 2016 07:30:35 +0000 (16:30 +0900)
Change-Id: I2ccba4e61ad3a37ea58fec3ed817cb4c45bdd753
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/common/step/configuration/step_parse_manifest.cc

index 7328639..b66aa17 100644 (file)
@@ -729,6 +729,8 @@ bool StepParseManifest::FillSplashScreen(application_x* app,
       splashscreen->operation = strdup(splash_screen.operation().c_str());
     if (!splash_screen.colordepth().empty())
       splashscreen->color_depth = strdup(splash_screen.colordepth().c_str());
+    else
+      splashscreen->color_depth = strdup("24");
     app->splashscreens = g_list_append(app->splashscreens, splashscreen);
   }
   return true;