projects
/
profile
/
mobile
/
apps
/
native
/
attach-panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0b59e
)
[Attach-panel] Return the content list when rua sort is failed
17/66817/1
accepted/tizen/mobile/20160422.024953
accepted/tizen/mobile/20160422.070406
submit/tizen/20160421.074956
submit/tizen/20160422.020103
author
moon87.park
<moon87.park@samsung.com>
Thu, 21 Apr 2016 07:34:55 +0000
(16:34 +0900)
committer
moon87.park
<moon87.park@samsung.com>
Thu, 21 Apr 2016 07:34:55 +0000
(16:34 +0900)
Change-Id: I353409e08f3b3af53ec3bd60a5b71a8f38a7e83d
src/list.c
patch
|
blob
|
history
diff --git
a/src/list.c
b/src/list.c
index be6faf80e1b3c889b0d75f6864c04d67729e4ca6..4e9202d0907f70fb0d5a890fae231bc1d7792640 100644
(file)
--- a/
src/list.c
+++ b/
src/list.c
@@
-90,7
+90,7
@@
Eina_List * _list_sort_by_rua(Eina_List *content_list)
list_info.ordering = 1;
ret = rua_stat_get_stat_tags("attach-panel", __rua_stat_tag_iter_cb, content_list);
- retv_if(0 != ret,
NULL
);
+ retv_if(0 != ret,
content_list
);
content_list = eina_list_sort(content_list, eina_list_count(content_list), __sort_cb);