projects
/
apps
/
home
/
calendar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
954e50a
)
test
2.0alpha
master
author
donghyuk.yang
<donghyuk.yang@samsung.com>
Thu, 6 Dec 2012 02:19:43 +0000
(11:19 +0900)
committer
donghyuk.yang
<donghyuk.yang@samsung.com>
Thu, 6 Dec 2012 02:19:43 +0000
(11:19 +0900)
src/list.c
patch
|
blob
|
history
diff --git
a/src/list.c
b/src/list.c
index
c63fdc8
..
8b1210f
100755
(executable)
--- a/
src/list.c
+++ b/
src/list.c
@@
-153,6
+153,7
@@
static char* __cal_list_share_genlist_item_label(void *data, Evas_Object *obj, c
c_retvm_if(!data || !obj || !part, NULL, "data is null");
char *name = (char *)data;
+ printf("Test");
if (!CAL_STRCMP(part, "elm.text")) {
return strdup(name);