fix an e_border crash which I discovered by clicking in exactly the right frame with bd_change debugging enabled

This commit is contained in:
Mike Blumenkrantz 2013-04-16 13:50:17 +01:00
parent ed7b29d50f
commit 3165012074
1 changed files with 1 additions and 0 deletions

View File

@ -6298,6 +6298,7 @@ _e_border_cb_efreet_cache_update(void *data __UNUSED__,
/* mark all borders for desktop/icon updates */
EINA_LIST_FOREACH(borders, l, bd)
{
if (e_object_is_del(E_OBJECT(bd))) continue;
if (bd->desktop)
{
efreet_desktop_free(bd->desktop);