[popup] nodify should be deleted when popup is removed. This should be done after...
authorWooHyun Jung <wh0705.jung@samsung.com>
Sat, 4 May 2013 02:27:53 +0000 (11:27 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:49:33 +0000 (13:49 +0900)
src/lib/elc_popup.c

index 9ec72b4..de6678f 100644 (file)
@@ -243,6 +243,12 @@ _elm_popup_smart_del(Evas_Object *obj)
      }
 
    ELM_WIDGET_CLASS(_elm_popup_parent_sc)->base.del(obj);
+
+   if (sd->notify)
+     {
+        evas_object_del(sd->notify);
+        sd->notify = NULL;
+     }
 }
 
 static void