Upgrade gtk-builder-convert to newer version that adds useful warnings. fbsd72-i386-build26 fc11-i386-build12 fc11-x64-build13 lenny-x64-build34 sid-i386-build80
authorBen Pfaff <blp@gnu.org>
Mon, 5 Oct 2009 03:27:30 +0000 (20:27 -0700)
committerBen Pfaff <blp@gnu.org>
Mon, 5 Oct 2009 03:27:30 +0000 (20:27 -0700)
The notes on "Migrating from libglade to GtkBuilder" in the GTK+
Reference Manual at, e.g.
http://library.gnome.org/devel/gtk/unstable/gtk-migrating-GtkBuilder.html
say that "While libglade can often tolerate multiple widgets having the
same id in a glade file, GtkBuilder will not accept duplicate object ids."
The version of gtk-builder-convert that we had previously didn't warn about
duplicate ids; the new version checked in by this commit does.


No differences found