diff --git a/src/calibre/gui2/library.py b/src/calibre/gui2/library.py index 21583e8f98..e27ccba82f 100644 --- a/src/calibre/gui2/library.py +++ b/src/calibre/gui2/library.py @@ -726,7 +726,7 @@ class BooksView(TableView): paths = self.paths_from_event(event) event.setDropAction(Qt.CopyAction) event.accept() - self.emit(SIGNAL('files_dropped(PyQt_PyObject)'), paths, Qt.QueuedConnection) + self.emit(SIGNAL('files_dropped(PyQt_PyObject)'), paths) def set_database(self, db):