r23515 - gnucash/branches/2.4/src/report/stylesheets - Revert "Fix report background image loading on Windows"

Geert Janssens gjanssens at code.gnucash.org
Sun Dec 8 09:02:05 EST 2013


Author: gjanssens
Date: 2013-12-08 09:02:05 -0500 (Sun, 08 Dec 2013)
New Revision: 23515
Trac: http://svn.gnucash.org/trac/changeset/23515

Modified:
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-easy.scm
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-fancy.scm
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-footer.scm
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-plain.scm
Log:
Revert "Fix report background image loading on Windows"

Forgot the proper backport markup...

This reverts commit b55fc8cd4caf363b16c586dc346965a3b615be62.

Modified: gnucash/branches/2.4/src/report/stylesheets/stylesheet-easy.scm
===================================================================
--- gnucash/branches/2.4/src/report/stylesheets/stylesheet-easy.scm	2013-12-08 13:58:01 UTC (rev 23514)
+++ gnucash/branches/2.4/src/report/stylesheets/stylesheet-easy.scm	2013-12-08 14:02:05 UTC (rev 23515)
@@ -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" 

Modified: gnucash/branches/2.4/src/report/stylesheets/stylesheet-fancy.scm
===================================================================
--- gnucash/branches/2.4/src/report/stylesheets/stylesheet-fancy.scm	2013-12-08 13:58:01 UTC (rev 23514)
+++ gnucash/branches/2.4/src/report/stylesheets/stylesheet-fancy.scm	2013-12-08 14:02:05 UTC (rev 23515)
@@ -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" 

Modified: gnucash/branches/2.4/src/report/stylesheets/stylesheet-footer.scm
===================================================================
--- gnucash/branches/2.4/src/report/stylesheets/stylesheet-footer.scm	2013-12-08 13:58:01 UTC (rev 23514)
+++ gnucash/branches/2.4/src/report/stylesheets/stylesheet-footer.scm	2013-12-08 14:02:05 UTC (rev 23515)
@@ -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" 

Modified: gnucash/branches/2.4/src/report/stylesheets/stylesheet-plain.scm
===================================================================
--- gnucash/branches/2.4/src/report/stylesheets/stylesheet-plain.scm	2013-12-08 13:58:01 UTC (rev 23514)
+++ gnucash/branches/2.4/src/report/stylesheets/stylesheet-plain.scm	2013-12-08 14:02:05 UTC (rev 23515)
@@ -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"



More information about the gnucash-changes mailing list