ajack 2004/06/16 21:57:17
Modified: python/gump/document/xdocs documenter.py
Log:
Attempting to restore 1.9 of this (1.10 ought have been in Clean-Up)
I assume this becomes 1.11 & I have merge problems later. I hope that
is all.
Revision Changes Path
1.11 +1 -2 gump/python/gump/document/xdocs/documenter.py
Index: documenter.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- documenter.py 17 Jun 2004 02:56:16 -0000 1.10
+++ documenter.py 17 Jun 2004 04:57:17 -0000 1.11
@@ -695,8 +695,7 @@
document=XDocDocument('Gump Build Log', \
self.resolver.getFile(self.workspace,'buildLog'))
- if not realTime:
- self.documentSummary(document, self.workspace.getProjectSummary())
+ self.documentSummary(document, self.workspace.getProjectSummary())
#
# Modules...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]