View Single Post
Old 06-10-2017, 03:43 PM   #451
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,153
Karma: 5006097
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kovidgoyal View Post
@JimmXinu: This should take care of it: https://github.com/kovidgoyal/calibr...5330234ef32750


Unrelated FYI: At least one plugin, Find Duplicates, is negatively affected by the clear search button moving:

Code:
  File "calibre_plugins.find_duplicates.action", line 56, in initialization_complete
AttributeError: 'Main' object has no attribute 'clear_button'
Code:
    def initialization_complete(self):
        # Delay instantiating our finder as we require access to the library view
        self.duplicate_finder = DuplicateFinder(self.gui)
        self.update_actions_enabled()
        self.gui.clear_button.clicked.connect(self.user_has_cleared_search)
        self.gui.search_restriction.currentIndexChanged[int].connect(self.user_has_changed_restriction)
JimmXinu is online now   Reply With Quote