After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 712575 - accept ui files with missing object IDs
accept ui files with missing object IDs
Status: RESOLVED DUPLICATE of bug 733247
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-18 11:11 UTC by Matthias Clasen
Modified: 2015-12-12 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2013-11-18 11:11:09 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.
Comment 1 Juan Pablo Ugarte 2013-11-21 17:15:19 UTC
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)
Comment 2 Matthias Clasen 2015-12-12 15:43:01 UTC

*** This bug has been marked as a duplicate of bug 733247 ***