e17: removed bd->changed from deleted border to prevent loop with illume hook calls

SVN revision: 63025
This commit is contained in:
Hannes Janetzek 2011-08-31 11:36:46 +00:00
parent 8e3724f95d
commit 2bb64c9745
1 changed files with 1 additions and 0 deletions

View File

@ -6263,6 +6263,7 @@ _e_border_eval0(E_Border *bd)
if (e_object_is_del(E_OBJECT(bd)))
{
fprintf(stderr, "ERROR: _e_border_eval(%p) with deleted border!\n", bd);
bd->changed = 0;
return;
}