GNOME Bugzilla – Bug 70195
Glade crashes when saved project opened.
Last modified: 2004-12-22 21:47:04 UTC
I am writing an interface for an image analysis program. I saved the interface, closed Glade, and a day later when I tried opening that same project in Glade, when the Open button is pressed, Glade exits. I have another project done in Glade that does not do this. What is the reason and how can I fix the project that causes Glade to close.
If you can get a stack trace that would be very helpful. Alternatively you could send the .glade file to me and I'll find out what is going wrong. Which version of glade is it? 0.6.2?
Created attachment 6578 [details] When this or similar files are opened, glade closes
it is version 0.6.2 :)
Ah, this is a bug in GtkCurve. If you remove this line from your XML file it loads OK: <curve_type>GTK_CURVE_TYPE_FREE</curve_type> I doubt you really want to use GtkCurve anyway. It isn't very useful. *** This bug has been marked as a duplicate of 57012 ***