Index: conf_act.c =================================================================== --- conf_act.c (revision 25235) +++ conf_act.c (revision 25236) @@ -252,7 +252,7 @@ id = pcb_tool_lookup(dst); if (id >= 0) { - PCB_ACT_IRES(conf_core.editor.mode == id); + PCB_ACT_IRES(pcbhl_conf.editor.mode == id); return 0; } PCB_ACT_IRES(-1);