diff -r 9cdec3c5bc07 -r 2e3e2055e715 Preferences/ConfigurationPages/HelpWebBrowserPage.py --- a/Preferences/ConfigurationPages/HelpWebBrowserPage.py Fri Jan 07 12:38:39 2011 +0100 +++ b/Preferences/ConfigurationPages/HelpWebBrowserPage.py Fri Jan 07 15:52:50 2011 +0100 @@ -97,9 +97,9 @@ historyLimit = Preferences.getHelp("HistoryLimit") idx = 0 if historyLimit == 1: - idx = 0 + idx = 0 elif historyLimit == 7: - idx = 1 + idx = 1 elif historyLimit == 14: idx = 2 elif historyLimit == 30: