oops, important typo, thanks tiagofalcao

SVN revision: 53267
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-11 17:55:28 +00:00
parent fdcf18e462
commit bf43a6d53c
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ _item_del(Elm_Gengrid_Item *item)
if (item->long_timer) ecore_timer_del(item->long_timer);
if (item->tooltip.del_cb)
item->tooltip.del_cb((void *)item->tooltip.data, item->base.widget, item);
item->wd->walking == item->walking;
item->wd->walking -= item->walking;
item->wd->count--;
elm_widget_item_del(item);
}