Revert "Temporal patch to fix genlist issue" 58/40958/1 accepted/tizen_tv tizen accepted/tizen/tv/20150612.071445 submit/tizen/20150612.043506
authorjinwoo.shin <jw0227.shin@samsung.com>
Wed, 10 Jun 2015 10:33:54 +0000 (19:33 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Wed, 10 Jun 2015 10:33:54 +0000 (19:33 +0900)
Change-Id: I5f715d87e7f07f399897704e87a466c48f39f8aa
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
src/views/base-view.cpp

index 61a6bfb..7cac13f 100644 (file)
@@ -867,11 +867,7 @@ void CMusicBaseView::t_OnShow(void)
        elm_object_focus_set(m->c_grpbtn, EINA_TRUE);
        m_UpdatePlaysongLabel();
 
-       /*
-        * FIXME : Temporal patch to fix genlist issue
-        * m_ShowCurrentLayout();
-        */
-       m->eiShowLayout = ecore_idler_add(sm_CbShowLayoutIdler, this);
+       m_ShowCurrentLayout();
 
        m->arglist = NULL;
        m->fresh_view = false;