From 92beae1bc419fb3ae18c3af8f69ce271cab6970c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 22 Sep 2009 14:23:29 +0000 Subject: [PATCH] use itb - it not set yet SVN revision: 42620 --- src/lib/elm_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 078e6cc..c4e609b 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -1064,7 +1064,7 @@ _update_job(void *data) { num += itb->count; if (position) - _item_block_position(it->block, num); + _item_block_position(itb, num); continue; } num0 = num; -- 2.7.4