GNOME Bugzilla – Bug 536310
<requires-version> element in glade file
Last modified: 2008-09-16 20:45:01 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.
(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).