mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-12-15 00:05:35 -05:00
GladeEditable now watches the project for changes and updates itself by way of the base class implementation (and is fixed for removed widgets that no longer have a project pointer available), also glade_editable_block/unblock() is added for implementations to avoid firing implicit loads while executing commands... all custom editors updated to lose much code.