From eaa4d95910908cb5b3538275fc20e8f473fa3489 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 6 Sep 2012 12:49:24 +0000 Subject: [PATCH] fix notification module crash SVN revision: 76241 --- src/modules/notification/e_mod_box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notification/e_mod_box.c b/src/modules/notification/e_mod_box.c index c10569ec9..c39eefa4f 100644 --- a/src/modules/notification/e_mod_box.c +++ b/src/modules/notification/e_mod_box.c @@ -261,6 +261,7 @@ _notification_box_resize_handle(Notification_Box *b) Notification_Box_Icon *ic; Evas_Coord w, h; + if (!b) return; evas_object_geometry_get(b->o_box, NULL, NULL, &w, &h); if (e_box_orientation_get(b->o_box)) w = h;