summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configDialog.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2002-03-27 08:40:46 (GMT)
committerSteven M. Gava <elguavas@python.net>2002-03-27 08:40:46 (GMT)
commit1d46e40f58b21dd6c30e21a841d65e9bcbc899b1 (patch)
tree15895f64f770b2e8d4cc55896f5e6e3ae7f66069 /Lib/idlelib/configDialog.py
parent03594bbb0ee94dd4b58b664b42448855df6af066 (diff)
downloadcpython-1d46e40f58b21dd6c30e21a841d65e9bcbc899b1.zip
cpython-1d46e40f58b21dd6c30e21a841d65e9bcbc899b1.tar.gz
cpython-1d46e40f58b21dd6c30e21a841d65e9bcbc899b1.tar.bz2
further work on new config system;
recent files menu
Diffstat (limited to 'Lib/idlelib/configDialog.py')
-rw-r--r--Lib/idlelib/configDialog.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py
index 978cbf1..2d05ed2 100644
--- a/Lib/idlelib/configDialog.py
+++ b/Lib/idlelib/configDialog.py
@@ -1072,12 +1072,9 @@ class ConfigDialog(Toplevel):
"""
save all configuration changes to user config files.
"""
- #if self.changedItems['main'].has_key('HelpFiles'):
#this section gets completely replaced
- print idleConf.GetAllExtraHelpSourcesList()
idleConf.userCfg['main'].remove_section('HelpFiles')
idleConf.userCfg['main'].Save()
- print idleConf.GetAllExtraHelpSourcesList()
for configType in self.changedItems.keys():
cfgTypeHasChanges=0
for section in self.changedItems[configType].keys():
@@ -1086,7 +1083,6 @@ class ConfigDialog(Toplevel):
if self.SetUserValue(configType,section,item,value):
cfgTypeHasChanges=1
if cfgTypeHasChanges:
- print configType,'- changed'
idleConf.userCfg[configType].Save()
self.ResetChangedItems() #clear the changed items dict