After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 70195 - Glade crashes when saved project opened.
Glade crashes when saved project opened.
Status: RESOLVED DUPLICATE of bug 57012
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2002-01-31 18:46 UTC by zanari
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
When this or similar files are opened, glade closes (20.65 KB, text/plain)
2002-02-01 17:19 UTC, zanari
Details

Description zanari 2002-01-31 18:46:31 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.
Comment 1 Damon Chaplin 2002-01-31 22:38:45 UTC
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?
Comment 2 zanari 2002-02-01 17:19:06 UTC
Created attachment 6578 [details]
When this or similar files are opened, glade closes
Comment 3 zanari 2002-02-01 17:20:47 UTC
it is version 0.6.2

:)
Comment 4 Damon Chaplin 2002-02-01 18:24:43 UTC
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 ***