commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9117 - trunk/gnue-forms/src/input/displayHandlers


From: jan
Subject: [gnue] r9117 - trunk/gnue-forms/src/input/displayHandlers
Date: Tue, 5 Dec 2006 16:46:26 -0600 (CST)

Author: jan
Date: 2006-12-05 16:46:25 -0600 (Tue, 05 Dec 2006)
New Revision: 9117

Modified:
   trunk/gnue-forms/src/input/displayHandlers/Password.py
Log:
removed surplus parameter

Modified: trunk/gnue-forms/src/input/displayHandlers/Password.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Password.py      2006-12-04 
18:27:55 UTC (rev 9116)
+++ trunk/gnue-forms/src/input/displayHandlers/Password.py      2006-12-05 
22:46:25 UTC (rev 9117)
@@ -78,4 +78,4 @@
       return "*" * len(str(value))
 
   def build_display(self, value):
-      return self._buildDisplayHelper(self, value, False)
+      return self._buildDisplayHelper(value, False)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]