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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-349-g33b8978)



The branch, master has been updated
       via  33b897881891a4a7bce7fab0db73f4923d701cbd (commit)
      from  9dd241d9f87ad78f27772e9490d3afa2a80621bf (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/src/s_page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 33b897881891a4a7bce7fab0db73f4923d701cbd
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 9 01:46:06 2008 +0000

    libgeda: Fix build error in s_page_append()

:100644 100644 38c6b27... ddea630... M	libgeda/src/s_page.c

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

commit 33b897881891a4a7bce7fab0db73f4923d701cbd
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 9 01:46:06 2008 +0000

    libgeda: Fix build error in s_page_append()

diff --git a/libgeda/src/s_page.c b/libgeda/src/s_page.c
index 38c6b27..ddea630 100644
--- a/libgeda/src/s_page.c
+++ b/libgeda/src/s_page.c
@@ -514,5 +514,5 @@ gint s_page_autosave (TOPLEVEL *toplevel)
 
 void s_page_append (PAGE *page, OBJECT *object)
 {
-  page->object_tail = s_basic_link_object(new_obj, page->object_tail);
+  page->object_tail = s_basic_link_object(object, page->object_tail);
 }




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