Update of /cvsroot/happydoc/HappyDoc/happydoclib/docset
In directory usw-pr-cvs1:/tmp/cvs-serv28237/happydoclib/docset
Modified Files:
docset_Dia.py
Log Message:
Do not call the formatter directly, use our own method to get the
output name for an object.
Index: docset_Dia.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/docset/docset_Dia.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** docset_Dia.py 24 Oct 2001 21:27:35 -0000 1.1
--- docset_Dia.py 4 Aug 2002 12:04:41 -0000 1.2
***************
*** 152,156 ****
# Get the name of and open the docset root file
#
! self._root_name = self._formatter.getFullOutputNameForObject(None)
self._output = self.openOutput( self._root_name, self._title, '' )
--- 152,156 ----
# Get the name of and open the docset root file
#
! self._root_name = self.getFullOutputNameForObject(None)
self._output = self.openOutput( self._root_name, self._title, '' )
|