Author: btami
Date: 2007-04-27 12:57:46 -0500 (Fri, 27 Apr 2007)
New Revision: 9542

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
enable nested dialogs

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2007-04-27 07:30:43 UTC (rev 9541)
+++ trunk/gnue-forms/src/GFParser.py    2007-04-27 17:57:46 UTC (rev 9542)
@@ -1256,7 +1256,7 @@
     dialog['SingleInstance'] = False
     dialog['Importable'] = True
     dialog['Attributes']['style']['Default']='dialog'
-    dialog['ParentTags']= ('form',)
+    dialog['ParentTags']= ('form','dialog')
     dialog['Label'] = u_('Dialog')
 
     xmlElements.update({'dialog':dialog})



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

Reply via email to