fixed forgotten 'General' setting

bzr-revno: 2237
This commit is contained in:
Tim Bentley 2013-04-21 09:29:39 +02:00 committed by Andreas Preikschat
commit 6dcb708f17
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ class SlideController(DisplayController):
"""
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):
"""