Skip to content

Commit

Permalink
aptkit: Remove cancelled callback
Browse files Browse the repository at this point in the history
Not useful
  • Loading branch information
clefebvre committed Oct 1, 2024
1 parent 9963cbf commit bd5a64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/lib/linuxmint/mintUpdate/mintUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,6 @@ def install(self, widget):
self.set_status(_("Installing updates"), _("Installing updates"), "mintupdate-installing-symbolic", True)
self.logger.write("Ready to launch aptkit")
client = aptkit.simpleclient.SimpleAPTClient(self.ui_window)
client.set_cancelled_callback(self.on_apt_install_finished)
client.set_finished_callback(self.on_apt_install_finished)
client.install_packages(self.packages)
else:
Expand Down

0 comments on commit bd5a64e

Please sign in to comment.