ajack 2003/09/24 15:11:38
Modified: python/gump document.py
Log:
If the problem was property file not icon, retry icon.
Revision Changes Path
1.31 +1 -1 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- document.py 24 Sep 2003 22:05:35 -0000 1.30
+++ document.py 24 Sep 2003 22:11:38 -0000 1.31
@@ -287,7 +287,7 @@
(mhours, mmins, msecs) = mctxt.elapsedTime();
x.write(' <tr><!-- %s -->' % (mname))
x.write(' <td><link href=\'%s\'>%s</link></td><td>%s</td>' % \
- (getModuleRelativeUrl(mname),mname,str(mctxt.aggregateStates())))
+
(getModuleRelativeUrl(mname),mname,getStateIcons(mctxt.aggregateStates())))
x.write(' <td>%s:%s:%s</td>' % (str(mhours),str(mmins),str(msecs)))
x.write(' </tr>')
if not mcount: x.write(' <tr><td>None</td></tr>')
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]