Author: reinhard
Date: 2007-01-10 08:40:56 -0600 (Wed, 10 Jan 2007)
New Revision: 9255

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
Allow actions within dialogs.


Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2007-01-10 14:30:54 UTC (rev 9254)
+++ trunk/gnue-forms/src/GFParser.py    2007-01-10 14:40:56 UTC (rev 9255)
@@ -1302,7 +1302,7 @@
     # Add usercode elements
     xmlElements.update(usercode.get_xml_elements(
         updates = {
-            'action': {'ParentTags': ('form')}
+            'action': {'ParentTags': ('form', 'dialog')}
                 }))
 
     #



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

Reply via email to