entrance: delete bg if it has failed,

This commit is contained in:
Marcel Hollerbach 2014-03-20 18:04:36 +01:00
parent 7c78c1c63c
commit 1f39860775
1 changed files with 2 additions and 0 deletions

View File

@ -610,6 +610,8 @@ _entrance_gui_update(void)
} }
if (!success) if (!success)
{ {
if (bg)
evas_object_del(bg);
const char *path; const char *path;
const char *group; const char *group;
if ((_gui->bg.group) || (_gui->bg.path)) if ((_gui->bg.group) || (_gui->bg.path))