[Commits] (morgen) Changled Untitled to Loading...

commits at osafoundation.org commits at osafoundation.org
Fri Feb 13 17:10:29 PST 2004


Commit by: morgen
Modified files:
osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py 1.16 1.17

Log message:
Changled Untitled to Loading...


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py.diff?r1=text&tr1=1.16&r2=text&tr2=1.17

Index: osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py
diff -u osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py:1.16 osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py:1.17
--- osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py:1.16	Fri Feb 13 11:10:11 2004
+++ osaf/chandler/Chandler/parcels/OSAF/examples/zaobao/blocks.py	Fri Feb 13 17:09:59 2004
@@ -1,8 +1,8 @@
 """ ZaoBao blocks
 """
 
-__version__ = "$Revision: 1.16 $"
-__date__ = "$Date: 2004/02/13 19:10:11 $"
+__version__ = "$Revision: 1.17 $"
+__date__ = "$Date: 2004/02/14 01:09:59 $"
 __copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
 __license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -17,7 +17,7 @@
         return ['','']
 
     displayName = element.getAttributeValue('displayName',
-                                            default='<Untitled>')
+                                            default='<Loading...>')
     date = element.getAttributeValue('date', default=None)
     if not date:
         date = element.getAttributeValue('lastModified', default='')
@@ -106,7 +106,7 @@
         if item == Globals.repository.view:
             return
         if item:
-            displayName = item.getAttributeValue('displayName', default='<Untitled>')
+            displayName = item.getAttributeValue('displayName', default='<Loading...>')
 
             # make the html
             HTMLText = '<html><body>\n\n'



More information about the Commits mailing list