# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1242205026 -7200 # Wed May 13 10:57:06 2009 +0200 # Node ID cd8d4a6091ecf3e5637567d61469885681105bde # Parent cc58c017ca790b8a0c41af9a3b6fca143a5417b1 1.4 diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ * new upstream release depending on cubicweb 3.2 * rules: remove pythonX.Y/site-packages junk - -- + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 13 May 2009 10:56:54 +0200 cubicweb-comment (1.3.1-2) DISTRIBUTION; urgency=low diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -162,7 +162,7 @@ __select__ = implements('Comment') jsfunc = "processComment(%s, '%s')" - + def cell_call(self, row, col): self.comment_form(self.entity(row, col))