avoid null deref

SVN revision: 55722
This commit is contained in:
Mike Blumenkrantz 2010-12-22 23:32:09 +00:00
parent 9224fcdb23
commit d1019f055e
1 changed files with 1 additions and 1 deletions

View File

@ -1620,7 +1620,7 @@ _e_fwin_file_open_dialog(E_Fwin_Page *page, Eina_List *files, int always)
{
if (fwin->win)
fwin2 = _e_fwin_new(fwin->win->container, NULL, buf);
else
else if (fwin->zone)
fwin2 = _e_fwin_new(fwin->zone->container, NULL, buf);
}
else