# HG changeset patch # User Arthur Lutz <arthur.lutz@logilab.fr> # Date 1260279236 -3600 # Tue Dec 08 14:33:56 2009 +0100 # Node ID 83092ccf808b5bab38ddcd51300f77193c4d4eb6 # Parent 0cd78b11b571d2e94e4fa17b584bf932b69b2981 rename col/cw_col and row diff --git a/hooks.py b/hooks.py --- a/hooks.py +++ b/hooks.py @@ -24,7 +24,7 @@ root.dc_title()) def cell_call(self, row, col=0, **kwargs): - self.row, self.col = row, col + self.cw_row, self.cw_col = row, col try: view = self.vreg['views'].select('fullthreadtext', self.req, rset=self.rset, row=row, col=col)