mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d0ea7dfecf
commit
9b0321bb9f
@ -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.
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user