Helpviewer/HelpWebSearchWidget.py

changeset 3022
57179e4cdadd
parent 2999
28c75409a78f
child 3034
7ce719013078
child 3058
0a02c433f52d
equal deleted inserted replaced
3021:801289962f4e 3022:57179e4cdadd
330 330
331 def saveSearches(self): 331 def saveSearches(self):
332 """ 332 """
333 Public method to save the recently performed web searches. 333 Public method to save the recently performed web searches.
334 """ 334 """
335 Preferences.Prefs.settings.setValue('Help/WebSearches', 335 Preferences.Prefs.settings.setValue(
336 self.__recentSearches) 336 'Help/WebSearches', self.__recentSearches)
337 337
338 def __loadSearches(self): 338 def __loadSearches(self):
339 """ 339 """
340 Public method to load the recently performed web searches. 340 Public method to load the recently performed web searches.
341 """ 341 """

eric ide

mercurial