Hello, I start to use the newest gtk-builder-convert, but the only difference is that now it complains about duplicated ids, and the problem remains.
It's also strange because it complains even with no duplicated ids. It says that the above code has duplicated ids, but it doesn't. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> <glade-interface> <widget class="GtkMenuBar" id="menubar2"> <property name="visible">True</property> <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> <child> <widget class="GtkMenuItem" id="menu_syntax_file"> <property name="visible">True</property> <property name="label" translatable="yes">_File</property> <property name="use_underline">True</property> </widget> </child> </widget> </glade-interface> John, what we need to get rid of it, and start to use only gtk-builder? Michel _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
