Author: reinhard
Date: 2011-03-16 09:41:22 -0500 (Wed, 16 Mar 2011)
New Revision: 10309

Modified:
   trunk/gnue-reports/
   trunk/gnue-reports/src/base/GRDataMapper.py
Log:
Another fix, thanks to kbhat.



Property changes on: trunk/gnue-reports
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2011-03-15 14:08:15.525000095 +0100
committer: Reinhard Müller <[email protected]>
properties: 
        branch-nick: reports

   + timestamp: 2011-03-16 13:52:10.986999989 +0100
committer: Reinhard Müller <[email protected]>
properties: 
        branch-nick: reports

Name: bzr:revision-id:v4
   - 604 [email protected]
605 [email protected]
606 [email protected]

   + 604 [email protected]
605 [email protected]
606 [email protected]
607 [email protected]


Modified: trunk/gnue-reports/src/base/GRDataMapper.py
===================================================================
--- trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-15 13:08:52 UTC (rev 
10308)
+++ trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-16 14:41:22 UTC (rev 
10309)
@@ -327,7 +327,7 @@
     else:
       assert gDebug(4, 'Getting pre-created ResultSet for source "%s"; 
parent=%s' \
              % (source, controlSection.parent))
-      controlSection.resultset = controlSection._resultsets[0]
+      controlSection.resultset = controlSection._resultsets.pop(0)
 #      resultset = 
self.sourceMap[controlSection.parent.source].resultset.current.
       if controlSection.resultset.nextRecord():
         controlSection.__nextRecord = controlSection.resultset.current


_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to