[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-351-gde9c919)
The branch, master has been updated
via de9c919b925ff989c3f26914e666d2e38062bfe1 (commit)
from 6e5b34f6b333158481c67a031353cb8a8b4ba7e3 (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
=========
gschem/src/o_undo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit de9c919b925ff989c3f26914e666d2e38062bfe1
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Tue Dec 9 16:02:00 2008 +0000
gschem: Fix memory undo not to update tile system
:100644 100644 cc4630a... 3a14d55... M gschem/src/o_undo.c
=========
Changes
=========
commit de9c919b925ff989c3f26914e666d2e38062bfe1
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Tue Dec 9 16:02:00 2008 +0000
gschem: Fix memory undo not to update tile system
diff --git a/gschem/src/o_undo.c b/gschem/src/o_undo.c
index cc4630a..3a14d55 100644
--- a/gschem/src/o_undo.c
+++ b/gschem/src/o_undo.c
@@ -120,7 +120,7 @@ void o_undo_savestate(GSCHEM_TOPLEVEL *w_current, int flag)
o_list_copy_all(toplevel,
toplevel->page_current->object_head->next,
- object_head, NORMAL_FLAG);
+ object_head, SELECTION_FLAG);
}
/* Clear Anything above current */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs