Index: trunk/src_plugins/lib_compat_help/pstk_compat.c =================================================================== --- trunk/src_plugins/lib_compat_help/pstk_compat.c (revision 29022) +++ trunk/src_plugins/lib_compat_help/pstk_compat.c (revision 29023) @@ -767,7 +767,7 @@ case 4: nt |= PCB_THERMAL_ROUND | PCB_THERMAL_DIAGONAL; break; case 5: nt |= PCB_THERMAL_ROUND; break; } - pcb_pstk_set_thermal(p, n, nt); + pcb_pstk_set_thermal(p, n, nt, 0); } }