summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Wu <zhiwen.wu@linux.intel.com>2014-02-17 10:11:31 +0800
committerSemun Lee <sm79.lee@samsung.com>2014-03-06 20:57:01 -0800
commitce529a9d77d6ff00939b061e5a4acd92aab2c61b (patch)
tree15a768a87ab116f13e93dca5321736c01c22aaf4
parent084d912cb688c5a9257b3446b2f5f40260d16c6f (diff)
downloadui-gadget-1-ce529a9d77d6ff00939b061e5a4acd92aab2c61b.tar.gz
ui-gadget-1-ce529a9d77d6ff00939b061e5a4acd92aab2c61b.tar.bz2
ui-gadget-1-ce529a9d77d6ff00939b061e5a4acd92aab2c61b.zip
No need to conditionally invoke UG_INIT_EFL()
Since UG_INIT_EFL() is not X-specific anymore, no need to add "#ifndef WAYLAND" before invoking it. Change-Id: Iceab4239234448baea21e6aebded79a72b994a92 Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
-rw-r--r--client/ug-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index 0c79d1e..565ea25 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -321,9 +321,7 @@ static int app_create(void *data)
return -1;
ad->win = win;
-#ifndef WAYLAND
UG_INIT_EFL(ad->win, UG_OPT_INDICATOR_ENABLE);
-#endif
bg = elm_bg_add(win);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);