Index: trunk/src/plug_io.c =================================================================== --- trunk/src/plug_io.c (revision 24725) +++ trunk/src/plug_io.c (revision 24726) @@ -558,6 +558,8 @@ pcb_message(PCB_MSG_INFO, "Loading file %s took %f seconds of CPU time\n", new_filename, elapsed); #endif + conf_core.temp.rat_warn = pcb_true; /* make sure the first click can remove warnings */ + return 0; }