elementary/notify - too much copy and pastes. fixed a logic error.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Jun 2011 12:42:57 +0000 (12:42 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Jun 2011 12:42:57 +0000 (12:42 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60449 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_notify.c

index 7e43132..f32c95f 100644 (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);
 }