Author: reinhard
Date: 2005-12-06 15:20:29 -0600 (Tue, 06 Dec 2005)
New Revision: 8113

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
Trigger is UsableBySiblings, no need to add all parent tags.


Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2005-12-06 21:09:37 UTC (rev 8112)
+++ trunk/gnue-forms/src/GFParser.py    2005-12-06 21:20:29 UTC (rev 8113)
@@ -1090,7 +1090,7 @@
     xmlElements.update(
       GTrigger.getXMLelements(
         updates={'trigger':{
-                   'ParentTags': ('form','dialog','block','field','button')},
+                   'ParentTags': ('form')},
                 }))
 
     #



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

Reply via email to