commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9072 - trunk/gnue-forms/src


From: reinhard
Subject: [gnue] r9072 - trunk/gnue-forms/src
Date: Tue, 28 Nov 2006 06:43:01 -0600 (CST)

Author: reinhard
Date: 2006-11-28 06:43:00 -0600 (Tue, 28 Nov 2006)
New Revision: 9072

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
<entry hidden="Y" is now deprecated.


Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2006-11-27 15:20:10 UTC (rev 9071)
+++ trunk/gnue-forms/src/GFParser.py    2006-11-28 12:43:00 UTC (rev 9072)
@@ -746,10 +746,7 @@
             'hidden': {
                'Typecast': GTypecast.boolean,
                'Default': False,
-               'Description': 'If "Y", the entry widget will not be '
-                              'displayed on the form. This is useful for '
-                              'fields the user doesn\'t need to know about '
-                              'that you wish to update via triggers.'   },
+               'Deprecated': 'Use a field without entry instead'},
             'style': {
                'Typecast': GTypecast.name,
                'ValueSet': {





reply via email to

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