elementary/dayselector - --printf

SVN revision: 68904
This commit is contained in:
ChunEon Park 2012-03-07 08:48:14 +00:00
parent 8d5ab8026f
commit d94cb026a2
1 changed files with 0 additions and 1 deletions

View File

@ -607,7 +607,6 @@ elm_dayselector_week_start_set(Evas_Object *obj, Elm_Dayselector_Day day)
EINA_LIST_FOREACH(wd->items, l, it)
{
loc = (ELM_DAYSELECTOR_MAX - wd->week_start + it->day) % ELM_DAYSELECTOR_MAX;
printf("%d\n", loc);
snprintf(buf, sizeof(buf), "day%d", loc);
edje_object_part_swallow(wd->base, buf, VIEW(it));
}