openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20563
[Merge] lp:~trb143/openlp/cleanup into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/cleanup into lp:openlp.
Requested reviews:
Andreas Preikschat (googol)
For more details, see:
https://code.launchpad.net/~trb143/openlp/cleanup/+merge/159967
Just found 1 more.
Done a grep on code of general/ and no more show up!
--
https://code.launchpad.net/~trb143/openlp/cleanup/+merge/159967
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/ui/slidecontroller.py'
--- openlp/core/ui/slidecontroller.py 2013-04-08 16:53:26 +0000
+++ openlp/core/ui/slidecontroller.py 2013-04-21 07:27:27 +0000
@@ -616,7 +616,7 @@
"""
Adjusts the value of the ``delay_spin_box`` to the given one.
"""
- self.delay_spin_box.setValue(Settings().value(u'general/loop delay'))
+ self.delay_spin_box.setValue(Settings().value(u'core/loop delay'))
def update_slide_limits(self):
"""
Follow ups