diff options
| -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 |
