更改信号名
This commit is contained in:
parent
dcd1432286
commit
c6ba0cf945
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue