Fix missed theme part name change as per ML thread "E_Manager issues".

SVN revision: 31862
This commit is contained in:
Christopher Michael 2007-09-29 09:06:12 +00:00
parent 16c518bd24
commit 59d9386307
1 changed files with 2 additions and 1 deletions

View File

@ -714,7 +714,8 @@ _e_manager_cb_frame_extents_request(void *data, int ev_type __UNUSED__, void *ev
evas_object_resize(o, 1000, 1000);
edje_object_calc_force(o);
edje_object_part_geometry_get(o, "client", &x, &y, &w, &h);
edje_object_part_geometry_get(o, "e.swallow.client",
&x, &y, &w, &h);
extents->l = x;
extents->r = 1000 - (x + w);
extents->t = y;