From 461a996561636856d91627a67c7e432bf03543e5 Mon Sep 17 00:00:00 2001 From: "glatzor@ubuntu.com" <> Date: Sat, 22 Jul 2006 12:26:41 +0200 Subject: * introduce a default_server that can be reused by adding sources --- SoftwareProperties/SoftwareProperties.py | 1 + 1 file changed, 1 insertion(+) (limited to 'SoftwareProperties/SoftwareProperties.py') diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index d920b693..f9af3a58 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -366,6 +366,7 @@ class SoftwareProperties(SimpleGladeApp): # FIXME: ugly if not "security.ubuntu.com" in source.uri: source.uri = uri_selected + self.distro.ddefault_server = uri_selected self.modified_sourceslist() def on_component_toggled(self, checkbutton, comp): -- cgit v1.2.3