更改信号名

This commit is contained in:
luoxueyi 2021-12-02 15:45:25 +08:00
parent dcd1432286
commit c6ba0cf945
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class InstallBackendAptdaemon(InstallBackend):
elif action == self.ACTION_REMOVE_PACKAGES:
self.window_main.dbusController.PurgePkgStatusChanged(progress,status,details)
elif action == self.ACTION_INSTALL_DEB:
self.window_main.dbusController.PurgePkgStatusChanged(progress,status,details)
self.window_main.dbusController.InstalldebStatusChanged(progress,status,details)
else:
logging.info("Other Action:progress = %d , status = %s ,details = %s",progress,status,details)