diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index b0de61ea5..695c4073a 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -487,8 +487,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): self.timer_id = 0 self.timer_version_id = 0 # Set up the path with plugins - plugin_path = AppLocation.get_directory(AppLocation.PluginsDir) - self.plugin_manager = PluginManager(plugin_path) + self.plugin_manager = PluginManager(AppLocation.get_directory(AppLocation.PluginsDir)) self.imageManager = ImageManager() # Set up the interface self.setupUi(self)