Comment 4 for bug 414129

Revision history for this message
Charles Kerr (charlesk) wrote :

This is fixed in 1.75.

What's happening is we're snprintf()ing the tooltip text into a fixed character array, then passing that array to gtk_widget_set_tooltip_text(). The static buffer is too small for some translations, causing the tooltip text to be truncated in the middle of a multibyte utf-8 character.

Fix confirmed by Michael Stoykov in this sibling ticket at Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=522783