Revert "Fix report background image loading on Windows"

Forgot the proper backport markup...

This reverts commit b55fc8cd4c.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@23515 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
Geert Janssens 13 years ago
parent b55fc8cd4c
commit 2dae4d48c8

@ -368,7 +368,7 @@
(not (string=? bgpixmap "")))
(gnc:html-document-set-style!
ssdoc "body"
'attribute (list "background" (make-file-url bgpixmap))))
'attribute (list "background" bgpixmap)))
(gnc:html-document-set-style!
ssdoc "table"

@ -363,7 +363,7 @@
(not (string=? bgpixmap "")))
(gnc:html-document-set-style!
ssdoc "body"
'attribute (list "background" (make-file-url bgpixmap))))
'attribute (list "background" bgpixmap)))
(gnc:html-document-set-style!
ssdoc "table"

@ -382,7 +382,7 @@
(not (string=? bgpixmap "")))
(gnc:html-document-set-style!
ssdoc "body"
'attribute (list "background" (make-file-url bgpixmap))))
'attribute (list "background" bgpixmap)))
(gnc:html-document-set-style!
ssdoc "table"

@ -115,7 +115,7 @@
(not (string=? bgpixmap "")))
(gnc:html-document-set-style!
ssdoc "body"
'attribute (list "background" (make-file-url bgpixmap))))
'attribute (list "background" bgpixmap)))
(gnc:html-document-set-style!
ssdoc "table"

Loading…
Cancel
Save