From 8b0c51a898bd788ba5f2285daf4f15ab8d78ae67 Mon Sep 17 00:00:00 2001 From: "glatzor@ubuntu.com" <> Date: Thu, 27 Jul 2006 23:37:19 +0200 Subject: * fix the close button in the window decoration --- SoftwareProperties/SoftwareProperties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SoftwareProperties/SoftwareProperties.py') diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 9e9071be..768e942a 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -927,7 +927,7 @@ class SoftwareProperties(SimpleGladeApp): self.reload_keyslist() def on_delete_event(self, widget, args): - self.on_close_button(self, widget) + self.on_close_button(widget) def on_close_button(self, widget): # show a dialog that a reload of the channel information is required -- cgit v1.2.3