From 1bd7fc8d73527e959689352a26b704ffb7e31faf Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 21 May 2013 11:58:08 +0100 Subject: [PATCH] block popup showing when content not set --- src/bin/e_popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_popup.c b/src/bin/e_popup.c index 2c624099c..33b6b47e2 100644 --- a/src/bin/e_popup.c +++ b/src/bin/e_popup.c @@ -152,6 +152,7 @@ e_popup_show(E_Popup *pop) { E_OBJECT_CHECK(pop); E_OBJECT_TYPE_CHECK(pop, E_POPUP_TYPE); + EINA_SAFETY_ON_NULL_RETURN(pop->content); if (pop->visible) return;