diff options
| author | glatzor@ubuntu.com <> | 2006-07-27 23:37:19 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-27 23:37:19 +0200 |
| commit | 8b0c51a898bd788ba5f2285daf4f15ab8d78ae67 (patch) | |
| tree | cbf599dee74db0d6afbac2bbecb46108b901a95d /SoftwareProperties | |
| parent | 2179699f8b08b68be792cb0e5f263931475fc26d (diff) | |
| download | python-apt-8b0c51a898bd788ba5f2285daf4f15ab8d78ae67.tar.gz | |
* fix the close button in the window decoration
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
