From: ChunEon Park Date: Mon, 22 Jun 2015 12:41:14 +0000 (+0900) Subject: list: --printf X-Git-Tag: v1.15.0-alpha1~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07701a04c2ee9edf50f5484201867d90486888b3;p=platform%2Fupstream%2Felementary.git list: --printf --- diff --git a/src/lib/elm_list.c b/src/lib/elm_list.c index 1ee5915..d6a96b1 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);