Merge missing code from 2.4 branch 96/49796/2
authorPrakash <prakashc.p@samsung.com>
Tue, 20 Oct 2015 10:27:13 +0000 (15:57 +0530)
committerPrakashPedarla Samsung <prakashc.p@samsung.com>
Tue, 20 Oct 2015 10:17:14 +0000 (03:17 -0700)
Change-Id: Iab92a6d4c8d85b8b98e494dc3435c0b77b7ec741
Signed-off-by: Prakash <prakashc.p@samsung.com>
src/features/gl-main.c

index 7002ebd..bbf0537 100644 (file)
@@ -396,9 +396,7 @@ int _gl_main_create_view(gl_appdata *ad)
        GL_CHECK_VAL(ad->maininfo.bg, -1);
        /*gallery should appear on phone side when target works on desktop mode*/
        const char *str = "mobile";
-#if 0
-       elm_win_profiles_set(ad->maininfo.win, &str, 1);
-#endif
+
        /*
         * Set Opacity before Conformant window create
         * When create Conformant Window, it will read currect Opacity and auto send it.