From: Mike Blumenkrantz Date: Sun, 4 Dec 2011 07:35:33 +0000 (+0000) Subject: front...front...front...BACK! BACK! NO WAIT FRONT! NO, BACK! ARRRRRRRRRRGHHHHHHHHHHHH... X-Git-Tag: v1.0.0~1454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=053b146228efe1190184371fb9245bb68a5bbe2c;p=platform%2Fupstream%2Felementary.git front...front...front...BACK! BACK! NO WAIT FRONT! NO, BACK! ARRRRRRRRRRGHHHHHHHHHHHHHHHHHHHH finding this commit wasted an hour of my life. SVN revision: 65867 --- diff --git a/src/lib/elm_flip.c b/src/lib/elm_flip.c index d0cd137..0b37e10 100644 --- a/src/lib/elm_flip.c +++ b/src/lib/elm_flip.c @@ -1642,7 +1642,7 @@ elm_flip_content_front_set(Evas_Object *obj, Evas_Object *content) int i; if (!wd) return; if (wd->front.content == content) return; - if (wd->front.content) evas_object_del(wd->back.content); + if (wd->front.content) evas_object_del(wd->front.content); wd->front.content = content; if (content) {