2.10.6: 2006-11-28 Murray Cumming * gdk/src/drawable.hg: create_cairo_context(): Specify true to the Cairo::Context constructor because we have a starting reference. This should prevent a leak an extra reference. * gtk/src/printcontext.hg: get_cairo_context(): * gtk/src/printjob.hg: get_surface(): Pass false to the Cairo constructor, because we do not receive a reference, and do not use refreturn(). Previously we did two references were one was needed.