explicitly hide tooltip content before deleting in case object is not able to be...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jul 2011 22:05:02 +0000 (22:05 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jul 2011 22:05:02 +0000 (22:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61661 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/els_tooltip.c

index ba4fe4d..82fd15c 100644 (file)
@@ -137,6 +137,7 @@ _elm_tooltip_content_del(Elm_Tooltip *tt)
    evas_object_event_callback_del_full
      (tt->content, EVAS_CALLBACK_DEL,
       _elm_tooltip_content_del_cb, tt);
+   evas_object_hide(tt->content);
    evas_object_del(tt->content);
    tt->content = NULL;
 }