summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-07 13:02:09 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-07 13:02:09 +0100
commit338d3273327cf5625cd3ecc6b52bb5d861b588d5 (patch)
tree458509c52cb2ce1d793b0be1eaa4e635679f5b56 /SoftwareProperties
parent6ad2e707407397523127c793ec35ae7dfee93454 (diff)
parent2343ac2d22ea1df7b24bc64fca02eace18443a41 (diff)
downloadpython-apt-338d3273327cf5625cd3ecc6b52bb5d861b588d5.tar.gz
* moved the Internet update tab
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/SoftwareProperties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 21f42cf6..bcb64fa8 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -117,8 +117,8 @@ class SoftwareProperties(SimpleGladeApp):
# Automatic removal of cached packages by age
self.combobox_delete_interval_mapping = { 0 : 7,
- 1 : 14,
- 2 : 31 }
+ 1 : 14,
+ 2 : 30 }
delete_days = apt_pkg.Config.FindI(CONF_MAP["max_age"])