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

Fix Cancel button when (un)installing and updating

üst 149a971b
...@@ -260,7 +260,7 @@ class InstallWindow(object): ...@@ -260,7 +260,7 @@ class InstallWindow(object):
def on_press_cancel(self, button): def on_press_cancel(self, button):
self.InstallCancellation.cancel() self.InstallCancellation.cancel()
self.InstallWindow.hide_on_delete() self.InstallWindow.destroy()
def on_delete_action_window(self, widget, event): def on_delete_action_window(self, widget, event):
self.InstallCancellation.cancel() self.InstallCancellation.cancel()
......
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