Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 341903 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- gimp-2.6.10/plug-ins/print/print-draw-page.c
0
++ gimp-2.6.10/plug-ins/print/print-draw-page.c
Lines 240-245 Link Here
240
240
241
  gimp_drawable_detach (drawable);
241
  gimp_drawable_detach (drawable);
242
242
243
  cairo_surface_mark_dirty (surface);
244
243
  return surface;
245
  return surface;
244
}
246
}
245
247
246
-- gimp-2.6.10/plug-ins/print/print-preview.c
248
++ gimp-2.6.10/plug-ins/print/print-preview.c
Lines 864-868 Link Here
864
864
865
  g_free (data);
865
  g_free (data);
866
866
867
  cairo_surface_mark_dirty (surface);
868
867
  return surface;
869
  return surface;
868
}
870
}

Return to bug 341903