Maintain the html-document title while rendering so the progress bar is setup with the right name. Bug#327650.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13016 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-01-29 00:19:09 +00:00
parent d0ea7dfecf
commit 9b0321bb9f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2006-01-28 Joshua Sled <jsled@asynchronous.org>
* src/report/report-system/html-style-sheet.scm
(gnc:html-style-sheet-render): Maintain the html-document title
while rendering so the progress bar is setup with the right name.
Bug#327650.
2006-01-28 Joshua Sled <jsled@asynchronous.org>
* src/gnome/gnc-split-reg.c: Remove a lot of dead code.

View File

@ -235,6 +235,8 @@
doc))
(headers? (if (null? rest) #f (if (car rest) #t #f))))
(gnc:html-document-set-title! newdoc (gnc:html-document-title doc))
;; push the style sheet's default styles
(gnc:html-document-push-style newdoc (gnc:html-style-sheet-style sheet))