Fix elm_conformant not getting indicator size.

SVN revision: 45572
This commit is contained in:
Christopher Michael 2010-01-26 07:42:33 +00:00
parent 2fab25c3bb
commit faf294b37a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ e_mod_win_new(E_Zone *zone)
else if (mode == ECORE_X_ILLUME_MODE_DUAL_LEFT)
iwin->win->border->client.illume.drag.locked = 1;
ecore_x_e_illume_top_shelf_geometry_set(zone->black_win,
ecore_x_e_illume_top_shelf_geometry_set(ecore_x_window_root_first_get(),
zone->x, zone->y, zone->w, 32 * e_scale);
return iwin;