Preferences/ConfigurationPages/HelpWebBrowserPage.py

changeset 826
2e3e2055e715
parent 791
9ec2ac20e54e
child 945
8cd4d08fa9f6
child 1107
cad60e83a962
equal deleted inserted replaced
825:9cdec3c5bc07 826:2e3e2055e715
95 Preferences.getHelp("DefaultScheme")) 95 Preferences.getHelp("DefaultScheme"))
96 96
97 historyLimit = Preferences.getHelp("HistoryLimit") 97 historyLimit = Preferences.getHelp("HistoryLimit")
98 idx = 0 98 idx = 0
99 if historyLimit == 1: 99 if historyLimit == 1:
100 idx = 0 100 idx = 0
101 elif historyLimit == 7: 101 elif historyLimit == 7:
102 idx = 1 102 idx = 1
103 elif historyLimit == 14: 103 elif historyLimit == 14:
104 idx = 2 104 idx = 2
105 elif historyLimit == 30: 105 elif historyLimit == 30:
106 idx = 3 106 idx = 3
107 elif historyLimit == 365: 107 elif historyLimit == 365:

eric ide

mercurial