ajack       2004/06/16 19:56:16

  Modified:    python/gump/document/xdocs documenter.py
  Log:
  More optimization...
  
  Revision  Changes    Path
  1.10      +2 -1      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- documenter.py     27 May 2004 21:31:18 -0000      1.9
  +++ documenter.py     17 Jun 2004 02:56:16 -0000      1.10
  @@ -695,7 +695,8 @@
           document=XDocDocument('Gump Build Log',      \
                   self.resolver.getFile(self.workspace,'buildLog'))        
           
  -        self.documentSummary(document, self.workspace.getProjectSummary())          
      
  +        if not realTime:
  +            self.documentSummary(document, self.workspace.getProjectSummary())      
          
           
           #
           # Modules...
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to