[Gnucash-changes] r13270 - gnucash/trunk - set the document title properly.

Derek Atkins warlord at cvs.gnucash.org
Wed Feb 15 11:42:29 EST 2006


Author: warlord
Date: 2006-02-15 11:42:29 -0500 (Wed, 15 Feb 2006)
New Revision: 13270
Trac: http://svn.gnucash.org/trac/changeset/13270

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-reports/owner-report.scm
Log:
set the document title properly.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-15 16:19:17 UTC (rev 13269)
+++ gnucash/trunk/ChangeLog	2006-02-15 16:42:29 UTC (rev 13270)
@@ -6,6 +6,9 @@
 	* lib/libqof/qof/Makefile.am: keep qofla-dir.h out of the dist
 	* configure.in: look in builddir for qof includes.
 
+	* src/business/business-reports/owner-report.scm:
+	  set the document title properly.
+
 2006-02-14  Derek Atkins  <derek at ihtfp.com>
 
 	* src/report/standard-reports/advanced-portfolio.scm:

Modified: gnucash/trunk/src/business/business-reports/owner-report.scm
===================================================================
--- gnucash/trunk/src/business/business-reports/owner-report.scm	2006-02-15 16:19:17 UTC (rev 13269)
+++ gnucash/trunk/src/business/business-reports/owner-report.scm	2006-02-15 16:42:29 UTC (rev 13270)
@@ -560,6 +560,7 @@
 	  (setup-query query owner account end-date)
 
 	  (gnc:html-document-set-title!
+	   document
            (string-append (_ type-str ) " " (_ "Report:") " " (gnc:owner-get-name owner)))
 
            (gnc:html-document-set-headline!



More information about the gnucash-changes mailing list