--- a/WebBrowser/Sync/DirectorySyncHandler.py Thu Mar 17 20:22:20 2016 +0100 +++ b/WebBrowser/Sync/DirectorySyncHandler.py Fri Mar 18 20:05:12 2016 +0100 @@ -208,13 +208,12 @@ ## "useragents", ## WebBrowserWindow.userAgentsManager().getFileName()) - # TODO: SpeedDial -## QCoreApplication.processEvents() -## # Speed Dial Settings -## if Preferences.getWebBrowser("SyncSpeedDial"): -## self.__initialSyncFile( -## "speeddial", -## WebBrowserWindow.speedDial().getFileName()) + QCoreApplication.processEvents() + # Speed Dial Settings + if Preferences.getWebBrowser("SyncSpeedDial"): + self.__initialSyncFile( + "speeddial", + WebBrowserWindow.speedDial().getFileName()) self.__forceUpload = False self.syncMessage.emit(self.tr("Synchronization finished")) @@ -264,14 +263,13 @@ ## "useragents", ## WebBrowserWindow.userAgentsManager().getFileName()) - # TODO: SpeedDial def syncSpeedDial(self): """ Public method to synchronize the speed dial data. """ -## self.__syncFile( -## "speeddial", -## WebBrowserWindow.speedDial().getFileName()) + self.__syncFile( + "speeddial", + WebBrowserWindow.speedDial().getFileName()) def shutdown(self): """