GNOME Bugzilla – Bug 507300
Custom properties are not unregistered on widget destruction
Last modified: 2008-01-05 12:44:27 UTC
Currently anjuta_preferences_register_property_custom () does not hook into the 'destroy' signal for the custom widget. This means you can get calls into the set_property function with an old AnjutaProperty object which has an invalid widget associated with it. Patch attached. This work was sponsored by OpenedHand Ltd.
Created attachment 102133 [details] [review] Unregister custom properties on widget destruction
Thanks for the patch. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.