Compiles now, but still crashy.
This commit is contained in:
@ -57,7 +57,6 @@ ecdb_widget_add(Evas_Object *parent, const char *name)
|
||||
|
||||
if (name)
|
||||
{
|
||||
evas_object_name_set(o, name);
|
||||
edje_object_part_geometry_get(parent, name, &x, &y, &w, &h);
|
||||
evas_object_move(o, x, y);
|
||||
evas_object_resize(o, w, h);
|
||||
|
Reference in New Issue
Block a user