TASK_MGR_ERROR_DB_FAILED = -2,
TASK_MGR_ERROR_OUT_OF_MEMORY = -3,
TASK_MGR_ERROR_INVALID_PARAMETER = -4,
- TASK_MGR_ERROR_NO_DATA = -5,
} task_mgr_error_e;
/**
}
scroller_push_item(main_info.scroller, clear_item);
- if (TASK_MGR_ERROR_NO_DATA == ret) {
- _D("There is no application");
- item_clear_all_disabled_set(main_info.scroller);
- } else if (TASK_MGR_ERROR_NONE != ret) {
- _E("Fail to create pkglist");
- goto END;
+ if (TASK_MGR_ERROR_NONE != scroller_push_all_item(main_info.scroller, main_info.pkg_list)) {
+ _E("scroller_push_all_item failed");
}
- goto_if(TASK_MGR_ERROR_NONE != scroller_push_all_item(main_info.scroller, main_info.pkg_list), END);
-
END:
evas_object_data_del(main_info.win, PRIVATE_DATA_KEY_LIST_TIMER);
return ECORE_CALLBACK_CANCEL;