summaryrefslogtreecommitdiff
path: root/SoftwareProperties
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 /SoftwareProperties
parent9eac5b029197a717f46fba190fdef418f9462621 (diff)
downloadpython-apt-1e2d222ae840ff09fb465f60c73e40574de09a7c.tar.gz
* SoftwareProperties/SoftwareProperties.py:
- fix reload on add_key
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
1 files changed, 1 insertions, 1 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()