[gnue] r9542 - trunk/gnue-forms/src [email protected] Fri, 27 Apr 2007 12:57:46 -0500 (CDT) Newsgroups gmane.comp.cms.gnue.cvs Message-ID <[email protected]> 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})