Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from

2008-06-29  Behdad Esfahbod  <behdad@gnome.org>

        Bug 530255 – GtkAboutDialog cuts off comments label
        Followup patch from  Jan Arne Petersen

        * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.


svn path=/trunk/; revision=20703
This commit is contained in:
Behdad Esfahbod 2008-06-29 17:17:09 +00:00 committed by Behdad Esfahbod
parent 5390e1e24c
commit e670565932
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-06-29 Behdad Esfahbod <behdad@gnome.org>
Bug 530255 GtkAboutDialog cuts off comments label
Followup patch from Jan Arne Petersen
* gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
2008-06-28 Michael Natterer <mitch@imendio.com>
* gtk/gtkselection.h: properly indent the newly added

View File

@ -3941,7 +3941,9 @@ gtk_label_get_layout_offsets (GtkLabel *label,
gint *y)
{
g_return_if_fail (GTK_IS_LABEL (label));
gtk_label_ensure_layout (label);
get_layout_location (label, x, y);
}