[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/10/22 18:21:47
Modified: . ChangeLog
Log:
Fixed bug introduced in my last changes. See ChangeLog for more details.
Revision Changes Path
1.409 +10 -0 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -b -r1.408 -r1.409
--- ChangeLog 17 Oct 2005 18:46:48 -0000 1.408
+++ ChangeLog 22 Oct 2005 22:21:47 -0000 1.409
@@ -1,3 +1,13 @@
+2005-10-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * include/prototype.h, noweb/x_fileselect.nw, noweb/x_preview.nw:
+ Removed a conditional #if in x_preview_setup. It was introduced in
+ my last changes.
+ x_preview_setup should create the drawing_area. Otherwise, it
+ will segfault when adding a new component.
+ Added check at the beginning of x_fileselect_setup to use the
+ old function when adding a new component, before doing anything
+ else.
+
2005-10-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* include/prototype.h, noweb/x_fileselect.nw, noweb/x_preview.nw:
Updated file load/save window using GTK widgets. File preview is