summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-19 00:08:58 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-19 00:08:58 +0200
commit1e2d222ae840ff09fb465f60c73e40574de09a7c (patch)
treeab256c5c7c54c6b6ae95fd8ca06787257f1b5b1d
parent9eac5b029197a717f46fba190fdef418f9462621 (diff)
downloadpython-apt-1e2d222ae840ff09fb465f60c73e40574de09a7c.tar.gz
* SoftwareProperties/SoftwareProperties.py:
- fix reload on add_key
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
-rw-r--r--debian/changelog4
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