diff -r e24b45bf92cc -r 0b39f59530fa web/views/idownloadable.py --- a/web/views/idownloadable.py Mon Mar 02 21:04:36 2009 +0100 +++ b/web/views/idownloadable.py Mon Mar 02 21:06:56 2009 +0100 @@ -43,7 +43,7 @@ id = 'download_box' # no download box for images # XXX primary_view selector ? - __select__ = (one_line_rset() & implements(IDownloadable) & match_context_prop() & ~ score_entity(is_image) + __select__ = (one_line_rset() & implements(IDownloadable) & match_context_prop() & ~score_entity(is_image)) order = 10 def cell_call(self, row, col, title=None, label=None, **kwargs):