GNOME Bugzilla – Bug 658351
Tooltip in contact list contains a lot of empty lines
Last modified: 2011-09-12 13:49:28 UTC
Hover the mouse over a buddy that is available and notice that it has couples of empty lines after Alias and his status and until the end. Now hover the mouse over a buddy that is away. The tooltip now is out of the screen and has only his status and away message in the middle, all the other lines are empty. Pics attached. empathy 3.1.91
pic1: http://ompldr.org/vYTg0cw pic2: http://ompldr.org/vYTg0dA
This uses to work fine with GTK 3.0 and, afaik, we didn't change anything in this code since a while so that's probably a Gtk+ regression (maybe related to bug #657621 ? ).
Indeed, that's bug #657621. Removing this line "fixes" the problem: gtk_label_set_line_wrap_mode (GTK_LABEL (label), PANGO_WRAP_WORD_CHAR); *** This bug has been marked as a duplicate of bug 657621 ***