mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 18:33:07 +02:00
...
This commit is contained in:
parent
dde241c5fe
commit
e8fd1e22d4
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ def library_moved(self, newloc, copy_structure=False, call_close=True,
|
|||
self.book_on_device(None, reset=True)
|
||||
db.set_book_on_device_func(self.book_on_device)
|
||||
self.library_view.set_database(db)
|
||||
self.tags_view.set_database(db, self.tag_match, self.sort_by)
|
||||
self.tags_view.set_database(db, self.alter_tb)
|
||||
self.library_view.model().set_book_on_device_func(self.book_on_device)
|
||||
self.status_bar.clear_message()
|
||||
self.search.clear()
|
||||
|
|
|
|||
Loading…
Reference in a new issue