Fixed a couple of misspelled methods

svn: r15657
This commit is contained in:
Doug Blank 2010-07-29 07:59:54 +00:00
parent aa5cefd789
commit fc4240dcfe

View File

@ -308,7 +308,7 @@ class CategorySidebar(BaseSidebar):
"""
Switches the page based on drag and drop.
"""
self.handlers_block()
self.__handlers_block()
if self.viewmanager.notebook.get_current_page() != page_no:
self.viewmanager.notebook.set_current_page(page_no)
self.handlers_unblock()
self.__handlers_unblock()