summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-pc>2006-09-29 17:59:09 +0200
committerSebastian Heinlein <sebi@sebi-pc>2006-09-29 17:59:09 +0200
commit7afafc629b7c5b408972aafc46ef5d1887544aac (patch)
tree05d20b738ad00a5952a60c95732b3f883731461d /SoftwareProperties/SoftwareProperties.py
parent90a9b9f0faf09a401693f7cfcbd362ff62559929 (diff)
parent44bb7423ea89e0174fd33108bc1112677283114e (diff)
downloadpython-apt-7afafc629b7c5b408972aafc46ef5d1887544aac.tar.gz
* merge with mvo
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 1c8a3425..14ddeefc 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -482,6 +482,9 @@ class SoftwareProperties(SimpleGladeApp):
for source in self.distro.child_sources:
if source.template == template:
self.sourceslist.remove(source)
+ for source in self.distro.source_code_sources:
+ if source.template == template:
+ self.sourceslist.remove(source)
else:
self.distro.add_source(self.sourceslist,
uri=template.base_uri,