diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-19 00:08:58 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-19 00:08:58 +0200 |
| commit | 1e2d222ae840ff09fb465f60c73e40574de09a7c (patch) | |
| tree | ab256c5c7c54c6b6ae95fd8ca06787257f1b5b1d | |
| parent | 9eac5b029197a717f46fba190fdef418f9462621 (diff) | |
| download | python-apt-1e2d222ae840ff09fb465f60c73e40574de09a7c.tar.gz | |
* SoftwareProperties/SoftwareProperties.py:
- fix reload on add_key
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 9d041468..65b72cda 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -442,7 +442,7 @@ class SoftwareProperties(SimpleGladeApp): _("Error importing selected file"), _("The selected file may not be a GPG key file " \ "or it might be corrupt.")) - self.reload_keyslist() + self.reload_keyslist() def remove_key_clicked(self, widget): selection = self.treeview2.get_selection() diff --git a/debian/changelog b/debian/changelog index 7f83a008..dc3c151a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ update-manager (0.42.2ubuntu17) dapper; urgency=low * debian/control: - depend on later python-apt (#45325) + * SoftwareProperties/SoftwareProperties.py: + - fix key updating after import (ubuntu #44927) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 May 2006 00:04:02 +0200 update-manager (0.42.2ubuntu16) dapper; urgency=low |
