elementary/notify - too much copy and pastes. fixed a logic error.

SVN revision: 60449
This commit is contained in:
ChunEon Park 2011-06-17 12:42:57 +00:00
parent e9f04a172e
commit 90aa074a21
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ _parent_hide(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj, void *
{
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
wd->parent = NULL;
evas_object_hide(obj);
}