# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1236871932 -3600 # Node ID b4b09ae9058c709ab72bdc0d5f336b7df0c1de0c # Parent b8fbb95dc0ebd508f24b3a95d31204687607d53c typo diff -r b8fbb95dc0eb -r b4b09ae9058c web/views/timeline.py --- a/web/views/timeline.py Thu Mar 12 16:32:01 2009 +0100 +++ b/web/views/timeline.py Thu Mar 12 16:32:12 2009 +0100 @@ -117,5 +117,5 @@ id = 'static-timeline' def call(self, loadurl, tlunit=None, wdgclass=None): - self.widget_class = wdgclass or self.widget_clas + self.widget_class = wdgclass or self.widget_class self.render(loadurl, tlunit)