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;