From 76ae080879584281242c39fc5ad99a02e6a05bb2 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 13 Mar 2006 09:55:16 +0000 Subject: [PATCH] a fixme SVN revision: 21252 --- src/bin/e_box.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_box.c b/src/bin/e_box.c index c2f9a97ff..cc50ad344 100644 --- a/src/bin/e_box.c +++ b/src/bin/e_box.c @@ -673,6 +673,9 @@ _e_box_smart_del(Evas_Object *obj) sd = evas_object_smart_data_get(obj); if (!sd) return; + /* FIXME: this gets into an infinite loop when changin basic->advanced on + * ibar config dialog + */ while (sd->items) { Evas_Object *child;