mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:53:42 +02:00
Remove spurious change
This commit is contained in:
parent
0145299168
commit
cb8a8d4ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ def set_database(self, db, alter_tb):
|
|||
self.made_connections = True
|
||||
self.refresh_signal_processed = True
|
||||
db.add_listener(self.database_changed)
|
||||
self.expanded.connect(self.item_expanded, type=Qt.QueuedConnection)
|
||||
self.expanded.connect(self.item_expanded)
|
||||
|
||||
def database_changed(self, event, ids):
|
||||
if self.refresh_signal_processed:
|
||||
|
|
|
|||
Loading…
Reference in a new issue