fix nulling of gadcon populate idler

SVN revision: 76908
This commit is contained in:
Mike Blumenkrantz 2012-09-20 12:54:11 +00:00
parent 28eabf7ef0
commit 8233970853
1 changed files with 1 additions and 1 deletions

View File

@ -5588,7 +5588,7 @@ out:
e_main_ts("gadcon populate idler end");
#endif
if (cont)
if (!cont)
populate_idler = NULL;
#ifndef E17_RELEASE_BUILD
first = EINA_FALSE;