Added trap for NULL sd->obj. Ref: Bug #92.

SVN revision: 30837
This commit is contained in:
Christopher Michael 2007-07-16 00:50:50 +00:00
parent 8b7205e115
commit 0bb82307d8
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ _e_icon_smart_reconfigure(E_Smart_Data *sd)
int iw, ih;
Evas_Coord x, y, w, h;
if (!sd->obj) return;
if (!strcmp(evas_object_type_get(sd->obj), "edje"))
{
w = sd->w;