Remove adding the conformant object to the window object 85/111985/4
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 25 Jan 2017 07:39:11 +0000 (16:39 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 31 Jan 2017 22:17:37 +0000 (07:17 +0900)
The launchpad-loader doesn't call the elm_win_resize_object_add()
when creating the conformant object.

Change-Id: I26476a248d7f2faceff9692e985e33a827714ac4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad_loader.c

index 5dfe2e1..fdc60a5 100644 (file)
@@ -113,7 +113,6 @@ static void __init_window(void)
        if (__conform) {
                evas_object_size_hint_weight_set(__conform, EVAS_HINT_EXPAND,
                                EVAS_HINT_EXPAND);
-               elm_win_resize_object_add(__win, __conform);
                elm_conformant_precreated_object_set(__conform);
        } else {
                _E("elm_conformant_add() failed");