commit-gnue
[Top][All Lists]
Advanced

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

gnue/reports/src GRLayout.py


From: Jason Cater
Subject: gnue/reports/src GRLayout.py
Date: Fri, 12 Oct 2001 13:43:55 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/10/12 13:43:55

Modified files:
        reports/src    : GRLayout.py 

Log message:
        bug fix for default sections

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRLayout.py.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue/reports/src/GRLayout.py
diff -u gnue/reports/src/GRLayout.py:1.9 gnue/reports/src/GRLayout.py:1.10
--- gnue/reports/src/GRLayout.py:1.9    Mon Oct  8 08:38:14 2001
+++ gnue/reports/src/GRLayout.py        Fri Oct 12 13:43:55 2001
@@ -246,7 +246,7 @@
       # There was no data returned, so generate default text (if any)
       for c2 in self._children: 
         if isinstance (c2, GRDefault): 
-          c2.processDefault(dest, self._mapper)
+          c2.processDefault(dest, mapper)
 
 
   # Generic process() method.  Process the 



reply via email to

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