Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 252315 Details for
Bug 341903
media-gfx/gimp-2.6.10 prints empty pages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
solves the problem
gimp-2.6.10-print.patch (text/plain), 422 bytes, created by
Sebastian Lüttich
on 2010-10-28 01:17:52 UTC
(
hide
)
Description:
solves the problem
Filename:
MIME Type:
Creator:
Sebastian Lüttich
Created:
2010-10-28 01:17:52 UTC
Size:
422 bytes
patch
obsolete
>--- gimp-2.6.10/plug-ins/print/print-draw-page.c >+++ gimp-2.6.10/plug-ins/print/print-draw-page.c >@@ -240,6 +240,8 @@ > > gimp_drawable_detach (drawable); > >+ cairo_surface_mark_dirty (surface); >+ > return surface; > } > >--- gimp-2.6.10/plug-ins/print/print-preview.c >+++ gimp-2.6.10/plug-ins/print/print-preview.c >@@ -864,5 +864,7 @@ > > g_free (data); > >+ cairo_surface_mark_dirty (surface); >+ > return surface; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 341903
: 252315 |
252317