eric6/UI/UserInterface.py

changeset 8173
b2f9cda5cc0e
parent 8160
d1057f83610e
child 8176
31965986ecd1
child 8218
7c09585bd960
diff -r bcf60d894194 -r b2f9cda5cc0e eric6/UI/UserInterface.py
--- a/eric6/UI/UserInterface.py	Wed Mar 24 19:49:58 2021 +0100
+++ b/eric6/UI/UserInterface.py	Sat Mar 27 09:49:00 2021 +0100
@@ -269,7 +269,7 @@
         
         # Create the background service object
         from Utilities.BackgroundService import BackgroundService
-        self.backgroundService = BackgroundService()
+        self.backgroundService = BackgroundService(self)
         
         splash.showMessage(self.tr("Initializing Plugin Manager..."))
         

eric ide

mercurial