Added a log description for this after I committed without providing one. The description is:
Apparently, we need the app variable as a reference. I thought the context argument on the setPropertiesFromAtts method took care of that but I got errors when I took it out. On Mon, Aug 4, 2008 at 10:10 AM, Nate Lowrie <[EMAIL PROTECTED]> wrote: > dabo Commit > Revision 4353 > Date: 2008-08-04 09:10:42 -0700 (Mon, 04 Aug 2008) > Author: Nate > Trac: http://svn.dabodev.com/trac/dabo/changeset/4353 > > Changed: > U trunk/dabo/ui/uiwx/__init__.py > > Log: > > > Diff: > Modified: trunk/dabo/ui/uiwx/__init__.py > =================================================================== > --- trunk/dabo/ui/uiwx/__init__.py 2008-08-04 15:12:47 UTC (rev 4352) > +++ trunk/dabo/ui/uiwx/__init__.py 2008-08-04 16:10:42 UTC (rev 4353) > @@ -1130,7 +1130,7 @@ > except KeyError: > # No children defined for this menu > return > - > + app = dabo.dAppRef > for itm in items: > if "Separator" in itm["name"]: > menu.appendSeparator() > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
