Skip to content
Snippets Groups Projects
Commit 83092ccf808b authored by Arthur Lutz's avatar Arthur Lutz
Browse files

rename col/cw_col and row

parent 0cd78b11b571
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment