pager_plain: Fix Coverity CID1261290 reporting logically dead code,

but in fact it looks like a copy/paste issue

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-12 12:09:43 -05:00
parent 61c4a72ae2
commit 43a0d2a3ae
1 changed files with 1 additions and 1 deletions

View File

@ -1747,7 +1747,7 @@ _pager_cb_event_bg_update(void *data __UNUSED__, int type __UNUSED__, void *even
zone = eina_list_nth(e_comp->zones, ev->zone);
if (!zone) return ECORE_CALLBACK_RENEW;
desk = e_desk_at_xy_get(zone, ev->desk_x, ev->desk_y);
if (!zone) return ECORE_CALLBACK_RENEW;
if (!desk) return ECORE_CALLBACK_RENEW;
EINA_LIST_FOREACH(pagers, l, p)
{
pd = _pager_desk_find(p, desk);