From 8233970853a4757609d31b91d54dcf230eb901e4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 20 Sep 2012 12:54:11 +0000 Subject: [PATCH] fix nulling of gadcon populate idler SVN revision: 76908 --- src/bin/e_gadcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index 7e8c376dc..602f551ac 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -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;