diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index c184e37f2a..09f5bfdd9f 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -1415,7 +1415,6 @@ class Application(QApplication): added_event = True elif qurl.isValid(): if qurl.scheme() == 'calibre': - added_event = True self.handle_calibre_url(qurl) if added_event: QTimer.singleShot(1000, self._send_file_open_events)