Author: johannes
Date: 2005-05-04 09:45:15 -0500 (Wed, 04 May 2005)
New Revision: 7524

Modified:
   trunk/gnue-common/src/datasources/GLoginHandler.py
Log:
Use a colon for labels


Modified: trunk/gnue-common/src/datasources/GLoginHandler.py
===================================================================
--- trunk/gnue-common/src/datasources/GLoginHandler.py  2005-05-04 14:22:18 UTC 
(rev 7523)
+++ trunk/gnue-common/src/datasources/GLoginHandler.py  2005-05-04 14:45:15 UTC 
(rev 7524)
@@ -93,6 +93,9 @@
     fields = []
     for (label, name, ftype, default, master, elements) in fielddefs:
       default = defaultData.get (name, default)
+      if not ftype in ['label', 'warning', 'image']:
+        label = "%s:" % label
+
       fields.append ((label, name, ftype, default, master, elements))
 
     if lastError:



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to