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

gEDA-cvs: xgsch2pcb.git: branch: master updated (rel_0.1.3-7-g842079c)



The branch, master has been updated
       via  842079ca843dc03af4c64cc8cd26396603a176b0 (commit)
      from  43a74752fc2d23bad2c36356ca4975489d134dc6 (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
=========

 lib/xgsch2pcb/gsch2pcbproject.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 842079ca843dc03af4c64cc8cd26396603a176b0
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix "preserve-unfound" gsch2pcb option.. it should be "preserve"

:100644 100644 b296ad2... e703ec8... M	lib/xgsch2pcb/gsch2pcbproject.py

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

commit 842079ca843dc03af4c64cc8cd26396603a176b0
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix "preserve-unfound" gsch2pcb option.. it should be "preserve"

diff --git a/lib/xgsch2pcb/gsch2pcbproject.py b/lib/xgsch2pcb/gsch2pcbproject.py
index b296ad2..e703ec8 100644
--- a/lib/xgsch2pcb/gsch2pcbproject.py
+++ b/lib/xgsch2pcb/gsch2pcbproject.py
@@ -128,7 +128,7 @@ class Gsch2PCBProject(gobject.GObject):
 
     options.add(name='output-name', attr_name='output_name')
 
-    options.add(name='preserve-unfound', attr_name='preserve_unfound',
+    options.add(name='preserve', attr_name='preserve_unfound',
                 read_func=Gsch2PCBOption.read_and_set_value(True),
                 write_func=Gsch2PCBOption.write_if_equal(True),
                 default_value=False)




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