diff --git a/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index 42f5930bf..a00b5d0b2 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.py @@ -42,8 +42,8 @@ class PresentationPlugin(Plugin): QtGui.QIcon.Normal, QtGui.QIcon.Off) def get_settings_tab(self): - #self.presentation_tab = PresentationTab() - return None #self.presentation_tab + self.presentation_tab = PresentationTab() + return self.presentation_tab def get_media_manager_item(self): # Create the MediaManagerItem object