Change-Id: Ifddae6f304114ecbb70a2584471cfc2b7239e8af
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
adata->is_favorite = is_favorite;
- if (!strcmp(appid, STR_BROWSER_ID)) {
+ /* Browser should be displayed first according to GUI guide */
+ if (!strcmp(appid, STR_BROWSER_ID))
*list = eina_list_prepend(*list, adata);
- return 0;
- }
-
- *list = eina_list_append(*list, adata);
+ else
+ *list = eina_list_append(*list, adata);
return 0;
}