From 150adaac234a082df1e346d5afc07db97241e8f5 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 8 Jul 2009 18:59:53 +0200 Subject: [PATCH] Put the settings tab back in after accidentally removing it... silly me! bzr-revno: 486 --- openlp/plugins/presentations/presentationplugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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