if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{
ERR("%s: Error. parse error %s:%i. "
- "image and proxy attributes in non-IMAGE, non-PROXY part.",
- progname, file_in, line - 1);
+ "image and proxy attributes in non-IMAGE, non-PROXY `%s` part (%i).",
+ progname, file_in, line - 1, ep->name, ep->type);
exit(-1);
}
}
if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->image.fill;
+ break;
}
case EDJE_PART_TYPE_PROXY:
{
if (ep->other.desc_count) ed = (Edje_Part_Description_Proxy*) ep->other.desc[ep->other.desc_count - 1];
fill = &ed->proxy.fill;
+ break;
}
default:
{