From 33e4c8cef2850b6a0bf94af9309c7fc880050472 Mon Sep 17 00:00:00 2001 From: Kamil Lipiszko Date: Fri, 26 Feb 2016 11:14:26 +0100 Subject: [PATCH] [indicator-win fix] Add conformant to base gui. Change-Id: I77f1df6dc0bb4a156ffe8bc2b417eb7a29d7882d --- src/homescreen-efl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homescreen-efl.c b/src/homescreen-efl.c index 89cd777..37aef2f 100644 --- a/src/homescreen-efl.c +++ b/src/homescreen-efl.c @@ -342,7 +342,7 @@ static void __homescreen_efl_create_base_gui(void) __homescreen_efl_get_window_size(s_info.win); /* Conformant */ - // s_info.conformant = _create_conformant(); + s_info.conformant = _create_conformant(); // /* Base Layout */ snprintf(edj_path, sizeof(edj_path), EDJE_DIR"/home.edj"); -- 2.7.4