Index: board.c =================================================================== --- board.c (revision 31001) +++ board.c (revision 31002) @@ -91,7 +91,7 @@ ptr->RatDraw = pcb_false; /* NOTE: we used to set all the pcb flags on ptr here, but we don't need to do that anymore due to the new conf system */ - ptr->hidlib.grid = pcbhl_conf.editor.grid; + ptr->hidlib.grid = rnd_conf.editor.grid; ptr->hidlib.size_y = ptr->hidlib.size_x = PCB_MM_TO_COORD(20); /* should be overriden by the default design */ ptr->ID = pcb_create_ID_get();