← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/remote-update into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/remote-update into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~trb143/openlp/remote-update/+merge/184429

remotes is broken so this allows a service item to be made live
-- 
https://code.launchpad.net/~trb143/openlp/remote-update/+merge/184429
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/remote-update into lp:openlp.
=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py	2013-08-31 18:17:38 +0000
+++ openlp/core/ui/servicemanager.py	2013-09-07 08:12:23 +0000
@@ -1004,7 +1004,7 @@
         """
         Makes a specific item in the service live.
         """
-        if index >= 0 and index < self.service_manager_list.topLevelItemCount:
+        if index >= 0 and index < self.service_manager_list.topLevelItemCount():
             item = self.service_manager_list.topLevelItem(index)
             self.service_manager_list.setCurrentItem(item)
             self.make_live()


Follow ups