GNOME Bugzilla – Bug 712575
accept ui files with missing object IDs
Last modified: 2015-12-12 15:43:01 UTC
Since https://git.gnome.org/browse/gtk+/commit/?id=df455db2e320be73cbc39a67e69eeeee19375aba GtkBuilder can deal with ui files in which not all objects have an ID. It would be great if glade could do the same, and maybe even make IDs optional in the UI.
Sure as long the file targets gtk >= 3.12 that should be fine. I see two possible course of actions when we find an object with out an id, we could A leave it as is or B automatically create one for it. I am not sure about making it optional, I would have to fix the require tag first (glade is currently saving the target version in a comment instead of using the builder tag)
*** This bug has been marked as a duplicate of bug 733247 ***