do auto update after plugins loaded

This commit is contained in:
Damien Elmes 2009-03-07 07:33:48 +09:00
parent a012e78a12
commit f9cc13bd23

View file

@ -69,10 +69,10 @@ class AnkiQt(QMainWindow):
self.moveToState("auto")
# check for updates
ui.splash.update()
self.setupAutoUpdate()
self.setupErrorHandler()
self.setupMisc()
self.loadPlugins()
self.setupAutoUpdate()
self.rebuildPluginsMenu()
# run after-init hook
try: