summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 18:37:25 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 18:37:25 +0100
commit4a1c03022c92d3c477c333c1592c888cf216b19d (patch)
tree063219d7f2e87f813a3f94aa87e7a799197fc33c /SoftwareProperties
parent160dcc7d66fb94b95932b81787358d3a1b615412 (diff)
downloadpython-apt-4a1c03022c92d3c477c333c1592c888cf216b19d.tar.gz
* UpdateManager/MetaRelease.py, DistUpgradeFetcher:
- make the authentication work reliable * DistUpgrade/DistUpgradeViewGtk.py: - exit on fatal uncaught exceptions * SoftwareProperties/SoftwareProperties.py: - fix a indent error when adding gpg keys
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 1c6963a0..0e892182 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -486,7 +486,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()