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: |