Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/view-modes into 
lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fixed a small bug with one of the toggle menu items.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/view-modes/+merge/29334
Your team OpenLP Core is requested to review the proposed merge of 
lp:~raoul-snyman/openlp/view-modes into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py	2010-07-06 20:05:48 +0000
+++ openlp/core/ui/mainwindow.py	2010-07-06 20:32:27 +0000
@@ -785,7 +785,7 @@
         self.LiveController.Panel.setVisible(True)
         self.settingsmanager.set_preview_visibility(False)
         self.settingsmanager.set_live_visibility(True)
-        self.ViewPreviewPanel.setChecked(True)
+        self.ViewPreviewPanel.setChecked(False)
         self.ViewLivePanel.setChecked(True)
 
     def screenChanged(self):

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to