I found strange GTK warning on application launch, after build menu model that uses non-unique Label names for items (in different hierarchy levels), in my case, it’s “History” label string.
GTK warns me because Label text is not unique. Does it really should be?