[cairo-commit] goocanvas ChangeLog,1.114,1.115

Damon Chaplin commit at pdx.freedesktop.org
Sun May 13 04:43:15 PDT 2007


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv13841

Modified Files:
	ChangeLog 
Log Message:
2007-05-13  Damon Chaplin  <damon at gnome.org>

	* src/goocanvaspath.c: use a common GooCanvasPathData like the other
	standard items. This fixes a crash where the model's path_commands
	GArray was updated but the view still pointed to the old GArray
	which had been freed.

	* demo/mv-demo-paths.c: 
	* demo/demo-paths.c: added a button to test changing the path data
	dynamically.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- ChangeLog	11 May 2007 16:30:46 -0000	1.114
+++ ChangeLog	13 May 2007 11:43:04 -0000	1.115
@@ -1,3 +1,14 @@
+2007-05-13  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvaspath.c: use a common GooCanvasPathData like the other
+	standard items. This fixes a crash where the model's path_commands
+	GArray was updated but the view still pointed to the old GArray
+	which had been freed.
+
+	* demo/mv-demo-paths.c: 
+	* demo/demo-paths.c: added a button to test changing the path data
+	dynamically.
+
 2007-05-11  Damon Chaplin  <damon at gnome.org>
 
 	* demo/demo-large-rect.c: 



More information about the cairo-commit mailing list