aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-kludge-label.c
Commit message (Collapse)AuthorAgeFilesLines
* Use accessor functions instead direct access.Javier Jardón2009-11-171-3/+6
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* EmpathyKludgeLabel is a child of GtkLabelDavyd Madeley2009-07-071-0/+89
EmpathyKludgeLabel sets the PangoLayout width to the width of the GtkAllocation. It then fudges the allocation in the expose to make the alignment work correctly.