discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=eb029f94f7ac954eb4923a6e7e23d9b0f85c3e17
commit eb029f94f7ac954eb4923a6e7e23d9b0f85c3e17 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Wed Mar 18 17:31:56 2015 -0400 remove E_Comp usage from internal menus --- src/bin/e_int_menus.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index 730c35b..d6d38b2 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -1718,10 +1718,8 @@ _e_int_menus_shelves_pre_cb(void *data __UNUSED__, E_Menu *m) Eina_List *l, *shelves = NULL; E_Shelf *es; E_Zone *zone; - E_Comp *c; e_menu_pre_activate_callback_set(m, NULL, NULL); - c = e_comp; zone = e_zone_current_get(); /* get the current clients */ @@ -1733,7 +1731,6 @@ _e_int_menus_shelves_pre_cb(void *data __UNUSED__, E_Menu *m) if (!es) continue; if (es->zone->num != zone->num) continue; - if (es->cfg->manager != (int)c->num) continue; if (es->name) name = es->name; --