Author: reinhard Date: 2011-03-15 08:08:52 -0500 (Tue, 15 Mar 2011) New Revision: 10308
Modified: trunk/gnue-reports/ trunk/gnue-reports/src/base/GRDataMapper.py Log: Fix as proposed by kbhat in IRC. Property changes on: trunk/gnue-reports ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2010-11-14 19:34:25.996999979 +0100 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: reports + timestamp: 2011-03-15 14:08:15.525000095 +0100 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: reports Name: bzr:revision-id:v4 - 604 reinhard.muel...@bytewise.at-20100426083602-n7lwmoxjctbo4ktk 605 reinhard.muel...@bytewise.at-20101114183425-7ey0anwrt2820izg + 604 reinhard.muel...@bytewise.at-20100426083602-n7lwmoxjctbo4ktk 605 reinhard.muel...@bytewise.at-20101114183425-7ey0anwrt2820izg 606 reinhard.muel...@bytewise.at-20110315130815-gh5d46y2tqfjy3x3 Name: bzr:text-parents - src/base/GRDataMapper.py svn-v3-single1-dHJ1bmsvZ251ZS1yZXBvcnRz:3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-reports:10033 + Modified: trunk/gnue-reports/src/base/GRDataMapper.py =================================================================== --- trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-08 17:58:35 UTC (rev 10307) +++ trunk/gnue-reports/src/base/GRDataMapper.py 2011-03-15 13:08:52 UTC (rev 10308) @@ -327,7 +327,7 @@ else: assert gDebug(4, 'Getting pre-created ResultSet for source "%s"; parent=%s' \ % (source, controlSection.parent)) - controlSection.resultset = controlSection._resultsets.pop() + controlSection.resultset = controlSection._resultsets[0] # resultset = self.sourceMap[controlSection.parent.source].resultset.current. if controlSection.resultset.nextRecord(): controlSection.__nextRecord = controlSection.resultset.current _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue