gEDA-user: Re: PCB + Loadint Net

DJ Delorie dj at delorie.com
Wed Jul 26 14:13:47 EDT 2006


I checked in this patch, which causes newly loaded netlists to be
enabled by default, instead of the "by chance" disabled.

Index: file.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/file.c,v
retrieving revision 1.39
diff -p -U2 -r1.39 file.c
--- file.c	4 Jul 2006 12:16:34 -0000	1.39
+++ file.c	26 Jul 2006 18:12:12 -0000
@@ -1166,4 +1166,5 @@ ReadNetlist (char *filename)
 	      menu = GetLibraryMenuMemory (&PCB->NetlistLib);
 	      menu->Name = MyStrdup (temp, "ReadNetlist()");
+	      menu->flag = 1;
 	      kind++;
 	    }


More information about the geda-user mailing list