This commit is contained in:
Kovid Goyal 2016-07-18 07:53:11 +05:30
parent 507864f849
commit c6d62bcd3b
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ class SearchRestrictionMixin(object):
def __init__(self, *args, **kwargs):
pass
def init_search_restirction_mixin(self):
def init_search_restriction_mixin(self):
self.checked = QIcon(I('ok.png'))
self.empty = QIcon(I('blank.png'))
self.current_search_action = QAction(self.empty, _('*current search'), self)

View File

@ -336,7 +336,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
UpdateMixin.init_update_mixin(self, opts)
# ###################### Search boxes ########################
SearchRestrictionMixin.init_search_restirction_mixin(self)
SearchRestrictionMixin.init_search_restriction_mixin(self)
SavedSearchBoxMixin.init_saved_seach_box_mixin(self)
# ###################### Library view ########################