e: Fix crash at startup

SVN revision: 62363

Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 62392
This commit is contained in:
Mike McCormack 2011-08-12 15:03:54 +00:00
parent 60148521eb
commit 1e6baa34a9
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ e_bg_file_get(int container_num, int zone_num, int desk_x, int desk_y)
if (bf) bgfile = bf;
}
}
if (eina_str_has_extension(bgfile, ".edj"))
if (bgfile && eina_str_has_extension(bgfile, ".edj"))
{
entries = edje_file_collection_list(bgfile);
if (entries)