Helpviewer/HelpWebSearchWidget.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
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 """

eric ide

mercurial