/[gnue]/gnue-reports/src/base/layout/ContainerElement.py
ViewVC logotype

Diff of /gnue-reports/src/base/layout/ContainerElement.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by jcater, Mon Feb 17 07:32:54 2003 UTC revision 1.57 by jcater, Wed Jul 2 19:43:58 2003 UTC
# Line 69  class ContainerElement (GRLayoutElement) Line 69  class ContainerElement (GRLayoutElement)
69            if child._type == 'GRSection':            if child._type == 'GRSection':
70              # If this is the top-most section for a datasource,              # If this is the top-most section for a datasource,
71              # it needs to be called with processAsController.              # it needs to be called with processAsController.
72              if child._mymapper.toplevel:              if child._mymapper and child._mymapper.toplevel:
73    
74                GDebug.printMesg(10, "Calling new controlling section")                GDebug.printMesg(10, "Calling new controlling section")
75                child.processAsController(dest, mapper)                child.processAsController(dest, mapper)

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26