[Commits] gtkcmctree.c 1.1.2.17.2.1 1.1.2.17.2.2
miras at claws-mail.org
miras at claws-mail.org
Tue Jan 3 21:48:26 CET 2012
Update of /home/claws-mail/claws/src/gtk
In directory claws-mail:/tmp/cvs-serv1537/src/gtk
Modified Files:
Tag: new-contacts
gtkcmctree.c
Log Message:
2012-01-03 [mir] 3.7.10cvs16.17-new-contacts
* src/gtk/gtkcmctree.c
Applied patch 3.8.0cvs9 and 3.8.0cvs10 from HEAD.
Index: gtkcmctree.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/gtkcmctree.c,v
retrieving revision 1.1.2.17.2.1
retrieving revision 1.1.2.17.2.2
diff -u -d -r1.1.2.17.2.1 -r1.1.2.17.2.2
--- gtkcmctree.c 29 Nov 2011 00:15:24 -0000 1.1.2.17.2.1
+++ gtkcmctree.c 3 Jan 2012 20:48:23 -0000 1.1.2.17.2.2
@@ -769,7 +769,6 @@
else
gdk_cairo_set_source_color(cr, &style->base[state]);
cairo_fill(cr);
-
layout = create_cell_layout (clist, clist_row, i);
if (layout)
{
@@ -926,7 +925,6 @@
cairo_move_to(cr, offset, row_rectangle.y + row_center_offset + clist_row->cell[i].vertical);
gdk_cairo_set_source_color(cr, fgcolor);
pango_cairo_show_layout(cr, layout);
-
g_object_unref (G_OBJECT (layout));
}
}
More information about the Commits
mailing list