Removed extra Naviframe 92/71292/1
authorChandan <ch.kumar@samsung.com>
Wed, 25 May 2016 02:52:32 +0000 (08:22 +0530)
committerChandan <ch.kumar@samsung.com>
Wed, 25 May 2016 02:52:32 +0000 (08:22 +0530)
Change-Id: I209818a2c48965de6c90413d4cc5a0a94fdf31ed
Signed-off-by: Chandan <ch.kumar@samsung.com>
src/gallery-efl.c

index 33208b9..617f8fc 100644 (file)
@@ -134,21 +134,11 @@ static int _ge_init_view(ge_ugdata *ugd)
        /* Background */
        ugd->bg = _ge_create_bg(ugd->ly_main);
        GE_CHECK_VAL(ugd->bg, -1);
-       /* Pack bg to swallow */
-       elm_object_part_content_set(ugd->ly_main, "elm.swallow.bg", ugd->bg);
 
        /* Navigation Bar */
        ugd->naviframe = ge_ui_create_naviframe(ugd, ugd->ly_main);
        GE_CHECK_VAL(ugd->naviframe, -1);
 
-       ge_dbgE("base view is pushed in the naviframe instead of content set");
-
-
-
-       ugd->nf_it = elm_naviframe_item_push(ugd->naviframe, "first naviframe bg", NULL, NULL, ugd->bg, NULL);
-
-
-
        if (ugd->nf_it != NULL) {
                ge_dbgE("base view is push successfully in the nf");
        } else {