Helpviewer/HelpWindow.py

changeset 1700
40c911b8c0dd
parent 1699
10706f6ad9d2
child 1713
56fdde8a2441
equal deleted inserted replaced
1699:10706f6ad9d2 1700:40c911b8c0dd
242 self.__previewer = None 242 self.__previewer = None
243 243
244 QTimer.singleShot(0, self.__lookForNewDocumentation) 244 QTimer.singleShot(0, self.__lookForNewDocumentation)
245 if self.__searchWord is not None: 245 if self.__searchWord is not None:
246 QTimer.singleShot(0, self.__searchForWord) 246 QTimer.singleShot(0, self.__searchForWord)
247
248 QTimer.singleShot(0, syncMgr.loadSettings)
247 249
248 def __setIconDatabasePath(self, enable=True): 250 def __setIconDatabasePath(self, enable=True):
249 """ 251 """
250 Private method to set the favicons path. 252 Private method to set the favicons path.
251 253

eric ide

mercurial