[Commits] gtkcmctree.c 1.1.2.25 1.1.2.26

wwp at claws-mail.org wwp at claws-mail.org
Thu Nov 24 12:27:18 CET 2011


Update of /home/claws-mail/claws/src/gtk
In directory claws-mail:/tmp/cvs-serv27446/src/gtk

Modified Files:
      Tag: gtk2
	gtkcmctree.c 
Log Message:
2011-11-24 [wwp]	3.7.10cvs101

	* src/gtk/gtkcmctree.c
		Remove irrelevant cairo directive (thanks to Hanno).

Index: gtkcmctree.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/gtkcmctree.c,v
retrieving revision 1.1.2.25
retrieving revision 1.1.2.26
diff -u -d -r1.1.2.25 -r1.1.2.26
--- gtkcmctree.c	23 Nov 2011 11:44:19 -0000	1.1.2.25
+++ gtkcmctree.c	24 Nov 2011 11:27:16 -0000	1.1.2.26
@@ -469,7 +469,6 @@
     cairo_move_to(cr, x + justification_factor * (tmp3 + tmp6) + (PM_SIZE / 2), y + 1);
     cairo_rel_line_to(cr, 0, tmp3 + tmp6 + 1);
     cairo_rel_line_to(cr, -justification_factor * (tmp3 + tmp6) - justification_factor, -1);
-    cairo_close_path(cr);
   }
   else
   {



More information about the Commits mailing list