- Moved the 2nd new registry flag from one init to an another init which also has the 1st

This commit is contained in:
suutari-olli 2016-07-17 18:49:15 +03:00
parent 496c57cdfc
commit 437039efed
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class SlideController(DisplayController, RegistryProperties):
Set up the Slide Controller.
"""
super(SlideController, self).__init__(parent)
Registry().set_flag('replace service manager item', False)
def post_set_up(self):
"""
@ -1510,6 +1509,7 @@ class PreviewController(RegistryMixin, OpenLPMixin, SlideController):
self.type_prefix = 'preview'
self.category = 'Preview Toolbar'
Registry().set_flag('has doubleclick added item to service', True)
Registry().set_flag('replace service manager item', False)
def bootstrap_post_set_up(self):
"""