r5433 - trunk/gta02-core/kicad-patches

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Aug 13 12:25:07 CEST 2009


Author: werner
Date: 2009-08-13 12:25:06 +0200 (Thu, 13 Aug 2009)
New Revision: 5433

Removed:
   trunk/gta02-core/kicad-patches/fix-eeschema-libs.patch
Log:
This one also made it into mainline.



Deleted: trunk/gta02-core/kicad-patches/fix-eeschema-libs.patch
===================================================================
--- trunk/gta02-core/kicad-patches/fix-eeschema-libs.patch	2009-08-13 09:30:16 UTC (rev 5432)
+++ trunk/gta02-core/kicad-patches/fix-eeschema-libs.patch	2009-08-13 10:25:06 UTC (rev 5433)
@@ -1,20 +0,0 @@
-The comma-placing logic is reversed. Luckily, the LIBS line is never
-read back, so this didn't cause any real damage.
-
-- Werner
-
----
-
-Index: kicad/eeschema/save_schemas.cpp
-===================================================================
---- kicad.orig/eeschema/save_schemas.cpp	2009-06-19 17:48:39.000000000 -0300
-+++ kicad/eeschema/save_schemas.cpp	2009-06-19 17:48:46.000000000 -0300
-@@ -121,7 +121,7 @@
-     bool first = true;
-     for( LibraryStruct* Lib = g_LibraryList; Lib != NULL; Lib = Lib->m_Pnext )
-     {
--        if( first )
-+        if( !first )
-             Name += wxT( "," );
-         Name += Lib->m_Name;
-         first = false;




More information about the commitlog mailing list