Stop crazy fileman crash that I keep getting....

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81330
This commit is contained in:
Christopher Michael 2012-12-19 09:16:34 +00:00 committed by Christopher Michael
parent 44c599480b
commit 6bef8001ce
1 changed files with 1 additions and 1 deletions

View File

@ -1930,7 +1930,7 @@ _e_fwin_zone_focus_in(void *data,
E_Fwin *fwin;
fwin = data;
if (!fwin) return;
if ((!fwin) || (!fwin->cur_page) || (!fwin->cur_page->fm_obj)) return;
evas_object_focus_set(fwin->cur_page->fm_obj, EINA_TRUE);
}