Verified Kaydet (Commit) aa7a508e authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Oops!

üst 1aca5eaa
...@@ -276,7 +276,7 @@ class UninstallWindow(object): ...@@ -276,7 +276,7 @@ class UninstallWindow(object):
self.FlatpakTransaction.disconnect(self.handler_id_error) self.FlatpakTransaction.disconnect(self.handler_id_error)
def on_press_cancel(self, button): def on_press_cancel(self, button):
self.InstallCancellation.cancel() self.UninstallCancellation.cancel()
self.UninstallWindow.hide_on_delete() self.UninstallWindow.hide_on_delete()
def on_delete_action_window(self, widget, event): def on_delete_action_window(self, widget, event):
......
...@@ -294,7 +294,7 @@ class UpdateAllWindow(object): ...@@ -294,7 +294,7 @@ class UpdateAllWindow(object):
self.FlatpakTransaction.disconnect(self.handler_id_error) self.FlatpakTransaction.disconnect(self.handler_id_error)
def on_press_cancel(self, button): def on_press_cancel(self, button):
self.InstallCancellation.cancel() self.UpdateAllCancellation.cancel()
self.UpdateAllWindow.hide_on_delete() self.UpdateAllWindow.hide_on_delete()
def on_delete_action_window(self, widget, event): def on_delete_action_window(self, widget, event):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment