kill a double unref on the pango_layout.
2003-02-13 Mike Kestner <mkestner@ximian.com> * e-table-header-utils.c (e_table_header_draw_button): kill a double unref on the pango_layout. svn path=/trunk/; revision=19900
This commit is contained in:
committed by
Mike Kestner
parent
a371f7b3fc
commit
9901ae486e
@ -455,8 +455,6 @@ e_table_header_draw_button (GdkDrawable *drawable, ETableCol *ecol,
|
||||
e_table_draw_elided_string (drawable, gc, widget,
|
||||
xpos + pwidth + 1, ypos,
|
||||
layout, ecol->text, inner_width - (xpos - inner_x), FALSE);
|
||||
|
||||
g_object_unref (layout);
|
||||
}
|
||||
|
||||
pixmap = make_composite_pixmap (drawable, gc,
|
||||
|
||||
Reference in New Issue
Block a user