After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658351 - Tooltip in contact list contains a lot of empty lines
Tooltip in contact list contains a lot of empty lines
Status: RESOLVED DUPLICATE of bug 657621
Product: gtk+
Classification: Platform
Component: .General
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-09-06 12:49 UTC by Ionut Biru
Modified: 2011-09-12 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ionut Biru 2011-09-06 12:49:32 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
Comment 1 Ionut Biru 2011-09-06 12:52:19 UTC
pic1: http://ompldr.org/vYTg0cw
pic2: http://ompldr.org/vYTg0dA
Comment 2 Guillaume Desmottes 2011-09-07 05:50:32 UTC
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 ? ).
Comment 3 Guillaume Desmottes 2011-09-12 13:49:28 UTC
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 ***