just a sec. back that out.. someone has broken icons.. and now i dont

want to hunt thru recent commits to find it.



SVN revision: 52335
This commit is contained in:
Carsten Haitzler 2010-09-16 05:33:19 +00:00
parent 6b36a90eae
commit bb4e5a8f8a
1 changed files with 0 additions and 16 deletions

View File

@ -932,22 +932,6 @@ elm_widget_show_region_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Co
sd->rh = h;
if (sd->on_show_region_func)
sd->on_show_region_func(sd->on_show_region_data, obj);
else
{
Evas_Object *parent_obj;
do
{
parent_obj = sd->parent_obj;
sd = evas_object_smart_data_get(parent_obj);
if ((!parent_obj) || (!sd) || (!_elm_widget_is(parent_obj))) break;
if (sd->on_show_region_func)
{
sd->on_show_region_func(sd->on_show_region_data, obj);
break;
}
}
while (parent_obj);
}
}
EAPI void