Hi folks,

This patch was committed by Ales further up the 'glist_dev' branch, in the 
middle of some other changes by Carlos that aren't being merged yet.

So I've split it out for committing on top of the previous patchset.

Cheers,

Peter

-- 
Fisher Society committee                    http://tinyurl.com/o39w2
CUSBC novices, match and league secretary   http://tinyurl.com/mwrc9
CU Spaceflight                              http://tinyurl.com/ognu2

v3sw6YChw7$ln3pr6$ck3ma8u7+Lw3+2m0l7Ci6e4+8t4Gb8en6g6Pa2Xs5Mr4p4
  hackerkey.com                                  peter-b.co.uk

Attachment: pgp72G9A5vpvH.pgp
Description: PGP signature

Fixed compile error on glist_dev branch

---
commit 767a3d5b2c5d5df41c0ab0b1b599ad4411f747eb
tree f3789ec1181026449ae2473ea1731a59fcc7dca7
parent 1a522a4cb45cc172521ff92a4be28b3bdfb1c747
author ahvezda <ahvezda> Mon, 30 Oct 2006 02:39:18 +0000
committer Peter TB Brett <[EMAIL PROTECTED]> Fri, 15 Dec 2006 23:46:34 +0000

 gattrib/ChangeLog      |    4 ++++
 gattrib/src/s_object.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gattrib/ChangeLog b/gattrib/ChangeLog
index c2e96ff..e3a51fb 100644
--- a/gattrib/ChangeLog
+++ b/gattrib/ChangeLog
@@ -4,6 +4,10 @@
         the wrong libgeda version is found. (Bug reported by Karel Kulhavy;
         thanks)
 
+2006-10-29 Ales Hvezda   <[EMAIL PROTECTED]>
+
+	* src/s_object.c: Fixed compile error on glist_dev branch
+
 2006-10-20 Ales Hvezda   <[EMAIL PROTECTED]>
 
         * configure.ac: Bumped package version to 20061020.
diff --git a/gattrib/src/s_object.c b/gattrib/src/s_object.c
index c3a6c63..bbbaa6a 100644
--- a/gattrib/src/s_object.c
+++ b/gattrib/src/s_object.c
@@ -316,7 +316,7 @@ OBJECT *s_object_attrib_add_attrib_in_object(TOPLEVEL * pr_current, char *text_s
 		    pr_current->page_current->object_tail, o_current);
   }
 
-  o_selection_add(pr_current->page_current->selection2_head,
+  o_selection_add(pr_current->page_current->selection_list,
 		  pr_current->page_current->object_tail);
 
 

_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to