add safety check for current page being null, don't think this should actually happen though

someone who knows the code please check?


SVN revision: 57026
This commit is contained in:
Mike Blumenkrantz 2011-02-14 15:42:17 +00:00
parent 27915b9db3
commit 4e69b6fd5d
1 changed files with 1 additions and 0 deletions

View File

@ -1225,6 +1225,7 @@ _e_fwin_changed(void *data,
page = data;
fwin = page->fwin;
if (!fwin) return; //safety
EINA_SAFETY_ON_NULL_RETURN(fwin->cur_page);
/* FIXME: first look in E config for a special override for this dir's bg
* or overlay