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 536310 - <requires-version> element in glade file
<requires-version> element in glade file
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-02 19:55 UTC by Yevgen Muntyan
Modified: 2008-09-16 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yevgen Muntyan 2008-06-02 19:55:33 UTC
Glade writes <requires-version lib="gtk+" version="2.12"/> into glade files here (why 2.12 anyway, my glade files work with gtk-2.6), and this requires-version element is not from the glade format. At least not from the old one, parsers (e.g. libglade) complain.
Comment 1 Tristan Van Berkom 2008-09-16 20:45:01 UTC
(In reply to comment #0)
> Glade writes <requires-version lib="gtk+" version="2.12"/> into glade files
> here (why 2.12 anyway, my glade files work with gtk-2.6)

Just adds the most recent version as default when adjusting the metadata
(which is a user defined setting, not an automatic assessment).

Anyhow I fixed this in svn, for libglade and gtk+ <= 2.12 the metadata
is saved as comments (gtk+ 2.14 reads and uses the versioning info).