diff -r f15ce9247b7c -r feac3108a780 UI/UserInterface.py --- a/UI/UserInterface.py Sun Feb 15 15:30:50 2015 +0100 +++ b/UI/UserInterface.py Sun Feb 15 17:22:58 2015 +0100 @@ -524,15 +524,7 @@ splash.showMessage(self.tr("Activating Plugins...")) self.pluginManager.activatePlugins() splash.showMessage(self.tr("Generating Plugins Toolbars...")) - self.pluginManager.initOnDemandPlugins() - for name, ref in e5App().getPluginObjects(): - try: - tb = ref.initToolbar(self, self.toolbarManager) - if tb is not None: - self.addToolBar(tb) - except AttributeError: - # ignore it - pass + self.pluginManager.initPluginToolbars(self.toolbarManager) # now read the keyboard shortcuts for all the actions from Preferences import Shortcuts