commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9542 - trunk/gnue-forms/src


From: btami
Subject: [gnue] r9542 - trunk/gnue-forms/src
Date: Fri, 27 Apr 2007 12:57:46 -0500 (CDT)

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})





reply via email to

[Prev in Thread] Current Thread [Next in Thread]