fix magic fail with remember idler

SVN revision: 77413
This commit is contained in:
Mike Blumenkrantz 2012-10-04 09:13:48 +00:00
parent d2714fd77f
commit 641e1f92fc
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ _e_remember_restore_idler_cb(void *d __UNUSED__)
}
done = EINA_TRUE;
}
if (!done) remember_idler = NULL;
return done;
}