main logo
Subject: [dabo-dev] dabo Commit 685
Author: noreply /at/ paulmcnett .D.OT com
Posted: 2004/12/31 16:35:09
 
View Entire Thread
New Search


dabo Commit
Revision 685
Date: 2004-12-31 13:35:08 -0800 (Fri, 31 Dec 2004)
Author: ed

Log:
Modified the _getForm() method to check for dDialogs as well as dForms.


Changed:
U trunk/ui/dPemMixinBase.py

Diff:
Modified: trunk/ui/dPemMixinBase.py
===================================================================
--- trunk/ui/dPemMixinBase.py 2004-12-30 22:24:59 UTC (rev 684)
+++ trunk/ui/dPemMixinBase.py 2004-12-31 21:35:08 UTC (rev 685)
@@ -129,7 +129,7 @@
parent = obj.Parent
except AttributeError:
break
- if isinstance(parent, dabo.ui.dForm):
+ if isinstance(parent, (dabo.ui.dForm, dabo.ui.dDialog) ):
frm = parent
break
else:




 
©2004 noreply at paulmcnett .D.O.T com
<-- Prior Message New Search Next Message -->