Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 23688) +++ mentor_sch.c (revision 23689) @@ -266,7 +266,7 @@ if (!fname || !*fname) { fname = pcb_gui->fileselect("Load mentor edf netlist file...", "Picks a mentor edf file to load.\n", - default_file, ".edf", "mentor_sch", PCB_HID_FSD_READ); + default_file, ".edf", "mentor_sch", PCB_HID_FSD_READ, NULL); if (fname == NULL) return 1; if (default_file != NULL) {