Fix N_SE-24385 that elm_win_resize_object_add() is removed.
authorJaeyun Jeong <jyjeong@samsung.com>
Wed, 6 Feb 2013 11:08:59 +0000 (20:08 +0900)
committerJaeyun Jeong <jyjeong@samsung.com>
Wed, 6 Feb 2013 11:08:59 +0000 (20:08 +0900)
Change-Id: Ib83314cc3b79511d59090b47be7c8ded4a0bb722

main/message.c

index 9cb04c9..b4871d2 100755 (executable)
@@ -659,7 +659,6 @@ void layout_cb(ui_gadget_h ug, enum ug_mode mode, void *priv)
        switch (mode) {
                case UG_MODE_FULLVIEW:
                        evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
-                       elm_win_resize_object_add(win, base);
                        evas_object_show(base);
                        break;
                case UG_MODE_FRAMEVIEW: