fix notification module crash

SVN revision: 76241
This commit is contained in:
Mike Blumenkrantz 2012-09-06 12:49:24 +00:00
parent 1171e0888a
commit eaa4d95910
1 changed files with 1 additions and 0 deletions

View File

@ -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;