diff -r 0c11d92cb6be -r 53aee4b35f34 UI/UserInterface.py --- a/UI/UserInterface.py Thu Feb 09 19:52:17 2017 +0100 +++ b/UI/UserInterface.py Sat Feb 11 10:57:25 2017 +0100 @@ -528,6 +528,11 @@ e5App().registerObject("Symbols", self.symbolsViewer) e5App().registerObject("Numbers", self.numbersViewer) + # list of web addresses serving the versions file + self.__httpAlternatives = Preferences.getUI("VersionsUrls6") + self.__inVersionCheck = False + self.__versionCheckProgress = None + # Initialize the actions, menus, toolbars and statusbar splash.showMessage(self.tr("Initializing Actions...")) self.__initActions() @@ -613,11 +618,6 @@ # attribute for the help window self.helpWindow = None - # list of web addresses serving the versions file - self.__httpAlternatives = Preferences.getUI("VersionsUrls6") - self.__inVersionCheck = False - self.__versionCheckProgress = None - # set spellchecker defaults from QScintilla.SpellChecker import SpellChecker SpellChecker.setDefaultLanguage(