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

gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-45-g82db4b3)



The branch, master has been updated
       via  82db4b3a104b722af13a24333f6f3f60c1f5549e (commit)
      from  7cc025db90267d5cb5b038e2cc39cb15544e0367 (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/o_picture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

commit 82db4b3a104b722af13a24333f6f3f60c1f5549e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    libgeda: Fix copying selectable flag in o_picture_copy()
    
    I dropped this from 7cc025db90267d5cb5b038e2cc39cb15544e0367 by accident.

:100644 100644 1312106... 924f15c... M	libgeda/src/o_picture.c

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

commit 82db4b3a104b722af13a24333f6f3f60c1f5549e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    libgeda: Fix copying selectable flag in o_picture_copy()
    
    I dropped this from 7cc025db90267d5cb5b038e2cc39cb15544e0367 by accident.

diff --git a/libgeda/src/o_picture.c b/libgeda/src/o_picture.c
index 1312106..924f15c 100644
--- a/libgeda/src/o_picture.c
+++ b/libgeda/src/o_picture.c
@@ -680,6 +680,7 @@ OBJECT *o_picture_copy(TOPLEVEL *toplevel, OBJECT *object)
   new_node->picture = picture;
 
   new_node->color = object->color;
+  new_node->selectable = object->selectable;
 
   /* describe the picture with its upper left and lower right corner */
   picture->upper_x = object->picture->upper_x;




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