GNOME Bugzilla – Bug 382348
issue-command backend implementation
Last modified: 2007-07-03 17:43:20 UTC
We need a way to deffer glade command issuing to the plugin, something like: GWA->issue_command (GWA *adaptor, GladeCommandType type, ...); This will allow an adaptor to actually issue the glade-commands instead of the glade core itself, and it will allow the plugin to group command routines together to do undoable actions that would otherwise be impossible (see bug 366683).
Since this implies alot of work and refactoring, and we have the new "actions" framework (lets us define actions for a widget-class, like the removal of a notebook page for instance) we're gonna wontfix this one. there are only a few cases where modifying the project based on a property change are useful and they are covered by the actions framework, so it just doesnt seem worth the effort.