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

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-160-gd01b5fe)



The branch, master has been updated
       via  d01b5fefe19ac2cd1ce5e84b0a3b866ca42033e3 (commit)
      from  f68f9a31c57e2aa343db14d6d7c98997a4c533ad (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
=========

 libgeda/scheme/geda/attrib.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit d01b5fefe19ac2cd1ce5e84b0a3b866ca42033e3
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    scheme-api: fix promote-attribs!

:100644 100644 11ae368... b01be9b... M	libgeda/scheme/geda/attrib.scm

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

commit d01b5fefe19ac2cd1ce5e84b0a3b866ca42033e3
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    scheme-api: fix promote-attribs!

diff --git a/libgeda/scheme/geda/attrib.scm b/libgeda/scheme/geda/attrib.scm
index 11ae368..b01be9b 100644
--- a/libgeda/scheme/geda/attrib.scm
+++ b/libgeda/scheme/geda/attrib.scm
@@ -63,7 +63,7 @@
                  ;; Append copy of the object to page
                  (page-append! p y)
                  ;; Attach it to object
-                 (attach-attrib! object y)
+                 (%attach-attrib! object y)
                  ;; Return copy
                  y))
                (promotable-attribs object))



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