0001882: Reports->Text Reports->Kinship Report output to "Text buffer" causes an error
No longer use Text Buffer for reports because TextBufDoc does not conform to the report interface. svn: r10175
This commit is contained in:
parent
504f0e554a
commit
afa4d05227
@ -1,3 +1,10 @@
|
|||||||
|
2008-03-02 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/docgen/TextBufDoc.py:
|
||||||
|
0001882: Reports->Text Reports->Kinship Report output to
|
||||||
|
"Text buffer" causes an error
|
||||||
|
No longer use Text Buffer for reports because TextBufDoc does not
|
||||||
|
conform to the report interface.
|
||||||
|
|
||||||
2008-03-02 Brian Matherly <brian@gramps-project.org>
|
2008-03-02 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/plugins/Calendar.py:
|
* src/plugins/Calendar.py:
|
||||||
0001880: Birthday and Anniversary Report does not work
|
0001880: Birthday and Anniversary Report does not work
|
||||||
|
@ -336,11 +336,3 @@ class TextBufDoc(BaseDoc.BaseDoc, BaseDoc.TextDoc):
|
|||||||
def write_text(self,text,mark=None):
|
def write_text(self,text,mark=None):
|
||||||
self.text = self.text + text
|
self.text = self.text + text
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# Register the document generator with the GRAMPS plugin system
|
|
||||||
#
|
|
||||||
#------------------------------------------------------------------------
|
|
||||||
print_label = None
|
|
||||||
register_text_doc(_("TextBuffer"), TextBufDoc, 1, 1, 1, ".xyz", None)
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user