[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-163-g19bf47f)
The branch, master has been updated
via 19bf47f7ca84bb4a9a19460fff9bbbf378bc2dab (commit)
from 7686d165f994a3064032de749b7b44cec6794c55 (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 19bf47f7ca84bb4a9a19460fff9bbbf378bc2dab
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
scheme-api: use attach-attribs! in promote-attribs!
:100644 100644 b01be9b... 5b57736... M libgeda/scheme/geda/attrib.scm
=========
Changes
=========
commit 19bf47f7ca84bb4a9a19460fff9bbbf378bc2dab
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
scheme-api: use attach-attribs! in promote-attribs!
diff --git a/libgeda/scheme/geda/attrib.scm b/libgeda/scheme/geda/attrib.scm
index b01be9b..5b57736 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-attribs! 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