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': {
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue