Hi,

I fixed a bug (in CVS) in the ui_info construction function (in GnomeUI) :
it should solve some random crashes.

I also added a .length field to the GtkStructure object, so that it is
possible in the case of copy/paste to know if the data returned are valid or
not (length > -1). The problem is, it is still possible to access the other
fields, even if length < -1, which could produce a core dump. 

On the other hand, hiding the fields when length < 0 breaks drag'n'drop, as
it uses a GtkStructure with no data (length < 0), but other valid fields...

A hint on how to solve this cleanly, anybody ?

Fr�d�ric

PS : is there some heavy work occuring in gnome-python, or is a release
coming soon ?
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to