2011-11-24 [wwp] 3.7.10cvs101
[claws.git] / src / gtk / gtkcmctree.c
index 9c77e30784303c5c5d2a925bf57c20d74695756a..59a1b161d9ee10076a6deb0b2e9b37cb4b04d3c4 100644 (file)
@@ -469,7 +469,6 @@ draw_expander (GtkCMCTree     *ctree,
     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
   {