commit-gnue
[Top][All Lists]
Advanced

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

gnue/reports/src GRLayout.py GRReport.py


From: Jason Cater
Subject: gnue/reports/src GRLayout.py GRReport.py
Date: Fri, 20 Dec 2002 11:22:09 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/12/20 11:22:07

Modified files:
        reports/src    : GRLayout.py GRReport.py 

Log message:
        fixed suppressGNUeXML fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/GRLayout.py.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/GRReport.py.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: gnue/reports/src/GRLayout.py
diff -c gnue/reports/src/GRLayout.py:1.47 gnue/reports/src/GRLayout.py:1.48
*** gnue/reports/src/GRLayout.py:1.47   Tue Dec 17 18:41:40 2002
--- gnue/reports/src/GRLayout.py        Fri Dec 20 11:22:04 2002
***************
*** 61,67 ****
    def __init__(self, parent):
      GObj.__init__(self, parent, type='GRLayout')
      self._inits = (self.initialize,)
! 
  
    def initialize(self):
      # Find the xml namespace in use by any child passthru objects
--- 61,67 ----
    def __init__(self, parent):
      GObj.__init__(self, parent, type='GRLayout')
      self._inits = (self.initialize,)
!     self.suppressGNUeXML = 0
  
    def initialize(self):
      # Find the xml namespace in use by any child passthru objects
Index: gnue/reports/src/GRReport.py
diff -c gnue/reports/src/GRReport.py:1.29 gnue/reports/src/GRReport.py:1.30
*** gnue/reports/src/GRReport.py:1.29   Sun Nov 17 11:33:44 2002
--- gnue/reports/src/GRReport.py        Fri Dec 20 11:22:05 2002
***************
*** 118,123 ****
--- 118,125 ----
      # .. and the layout sections
      mapper = GRDataMapper.GRDataMapper(sources)
      layout.prepare(mapper, parameters)
+     
+     omitGNUeXML = omitGNUeXML or layout.suppressGNUeXML
  
      self.processTrigger('On-Startup')
      # Write common header information



reply via email to

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