Elementary genlist: Avoid bringing/showing items in a queue.

Items in a queue were not added to blocks yet. So it's impossible to
calculate its position.


SVN revision: 58612
This commit is contained in:
Daniel Juyung Seo 2011-04-13 01:48:11 +00:00
parent b5269a31aa
commit b4968b3572
1 changed files with 1 additions and 1 deletions

View File

@ -2180,7 +2180,7 @@ _calc_job(void *data)
itb->h = itb->minh;
y += itb->h;
in += itb->count;
if ((showme) && (wd->show_item))
if ((showme) && (wd->show_item) && (!wd->show_item->queued))
{
wd->show_item->showme = EINA_FALSE;
if (wd->bring_in)