332 |
332 |
333 def saveSearches(self): |
333 def saveSearches(self): |
334 """ |
334 """ |
335 Public method to save the recently performed web searches. |
335 Public method to save the recently performed web searches. |
336 """ |
336 """ |
337 Preferences.Prefs.settings.setValue('Help/WebSearches', |
337 Preferences.Prefs.settings.setValue( |
338 self.__recentSearches) |
338 'Help/WebSearches', self.__recentSearches) |
339 |
339 |
340 def __loadSearches(self): |
340 def __loadSearches(self): |
341 """ |
341 """ |
342 Public method to load the recently performed web searches. |
342 Public method to load the recently performed web searches. |
343 """ |
343 """ |