[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.2.20070818-211-g91a9b7a)



The branch, master has been updated
       via  91a9b7a5391544f961c96d376186228a72410f67 (commit)
      from  91726e0964602983e8f896be86aa056afc96baff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/src/g_rc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 91a9b7a5391544f961c96d376186228a72410f67
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Dec 29 03:12:06 2007 +0000

    gschem: Fix copy-paste error handling line-style keyword in g_rc.c

:100644 100644 0df725a... 114e3ec... M	gschem/src/g_rc.c

=========
 Changes
=========

commit 91a9b7a5391544f961c96d376186228a72410f67
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Dec 29 03:12:06 2007 +0000

    gschem: Fix copy-paste error handling line-style keyword in g_rc.c

diff --git a/gschem/src/g_rc.c b/gschem/src/g_rc.c
index 0df725a..114e3ec 100644
--- a/gschem/src/g_rc.c
+++ b/gschem/src/g_rc.c
@@ -360,7 +360,7 @@ SCM g_rc_line_style(SCM mode)
     {THICK, "thick"}
   };
 
-  RETURN_G_RC_MODE("pin-style",
+  RETURN_G_RC_MODE("line-style",
 		   default_line_style,
 		   2);
 }




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs