summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2015-06-22 21:41:14 +0900
committerChunEon Park <hermet@hermet.pe.kr>2015-06-22 21:41:38 +0900
commit07701a04c2ee9edf50f5484201867d90486888b3 (patch)
treebd55cee46a24e8b8641181feb0eabf026ac2ba56
parentfb7408a30df15729789807dcb143324be393fae7 (diff)
downloadelementary-07701a04c2ee9edf50f5484201867d90486888b3.tar.gz
list: --printf
-rw-r--r--src/lib/elm_list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elm_list.c b/src/lib/elm_list.c
index 1ee5915d3..d6a96b1ea 100644
--- a/src/lib/elm_list.c
+++ b/src/lib/elm_list.c
@@ -883,7 +883,6 @@ _items_fix(Evas_Object *obj)
"vertical" : "horizontal", style);
else if (sd->mode == ELM_LIST_COMPRESS)
{
- printf("fix item to %s\n", it_compress);
if (it->even)
elm_widget_theme_object_set
(obj, VIEW(it), "list", it_compress, style);