From faf294b37abf1ca7fbc9575ca0cb861b843e6d95 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 26 Jan 2010 07:42:33 +0000 Subject: [PATCH] Fix elm_conformant not getting indicator size. SVN revision: 45572 --- src/modules/illume-indicator/e_mod_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-indicator/e_mod_win.c b/src/modules/illume-indicator/e_mod_win.c index 056722146..678ffe2f7 100644 --- a/src/modules/illume-indicator/e_mod_win.c +++ b/src/modules/illume-indicator/e_mod_win.c @@ -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;