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++;
            }


_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to