hooks/notification.py
branchstable
changeset 4721 8f63691ccb7f
parent 4719 aaed3f813ef8
child 4835 13b0b96d7982
--- a/hooks/notification.py	Fri Feb 26 13:21:13 2010 +0100
+++ b/hooks/notification.py	Fri Feb 26 13:24:47 2010 +0100
@@ -29,8 +29,8 @@
     category = 'notification'
 
     def select_view(self, vid, rset, row=0, col=0):
-        return self._cw.vreg['views'].select_or_none(vid, self._cw,
-                                                     rset=rset, row=0, col=0)
+        return self._cw.vreg['views'].select_or_none(vid, self._cw, rset=rset,
+                                                     row=row, col=col)
 
 
 class StatusChangeHook(NotificationHook):