discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=37fd4706327dbef0b20eff85d4876ea2551b3761
commit 37fd4706327dbef0b20eff85d4876ea2551b3761 Author: Mike Blumenkrantz <[email protected]> Date: Thu Jan 30 09:31:48 2014 -0500 remove default comp match for Init_Window this no longer exists --- src/bin/e_comp_cfdata.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/e_comp_cfdata.c b/src/bin/e_comp_cfdata.c index d5ecccc..b8f9499 100644 --- a/src/bin/e_comp_cfdata.c +++ b/src/bin/e_comp_cfdata.c @@ -156,12 +156,6 @@ e_comp_cfdata_config_new(void) mat = E_NEW(E_Comp_Match, 1); cfg->match.overrides = eina_list_append(cfg->match.overrides, mat); - mat->name = eina_stringshare_add("E"); - mat->clas = eina_stringshare_add("Init_Window"); - mat->shadow_style = eina_stringshare_add("still"); - - mat = E_NEW(E_Comp_Match, 1); - cfg->match.overrides = eina_list_append(cfg->match.overrides, mat); mat->primary_type = ECORE_X_WINDOW_TYPE_DROPDOWN_MENU; mat->shadow_style = eina_stringshare_add("menu"); --
