Update BaseSidebar

svn: r16164
This commit is contained in:
Nick Hall 2010-11-09 15:24:03 +00:00
parent 613bd9669a
commit d560bd1a55

View File

@ -37,13 +37,7 @@ class BaseSidebar(object):
"""
raise NotImplementedError
def loaded(self):
"""
Called after all the sidebar plugins have been loaded.
"""
raise NotImplementedError
def view_changed(self, page_num):
def view_changed(self, cat_num, view_num):
"""
Called when the active view is changed.
"""