Ahhhh! This one slipped through! Thanks, Lars. I  commented out this line 
because I'm using xforms 0.89.0 or 0.88.1 here and I get a segfault when 
deleting a group of FL_OBJECTs such as the RadioButtonGroup here. The correct 
code is back in.

Are you happy with the branch? Shall I make a patch against HEAD and submit?

Angus


Index: src/frontends/xforms/FormGraphics.C
===================================================================
RCS file: 
/usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormGraphics.C,v
retrieving revision 1.15.8.2
diff -u -p -r1.15.8.2 FormGraphics.C
--- src/frontends/xforms/FormGraphics.C 2001/03/02 13:17:51     1.15.8.2
+++ src/frontends/xforms/FormGraphics.C 2001/03/03 09:32:31
@@ -56,6 +56,7 @@ FormGraphics::~FormGraphics()

        // Free the form.
        // delete dialog_;
+#warning where is the dialog_ deleted? (Lgb)
 }






Reply via email to