forked from openlp/openlp
Get it working this time
This commit is contained in:
parent
9cdec0e3d3
commit
83629a1b22
@ -176,6 +176,7 @@ class Plugin(QtCore.QObject):
|
|||||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||||
QtCore.SIGNAL(u'%s_config_updated' % self.name),
|
QtCore.SIGNAL(u'%s_config_updated' % self.name),
|
||||||
self.configUpdated)
|
self.configUpdated)
|
||||||
|
print u'%s_config_updated' % self.name
|
||||||
|
|
||||||
def checkPreConditions(self):
|
def checkPreConditions(self):
|
||||||
"""
|
"""
|
||||||
|
@ -173,7 +173,7 @@ class RemoteTab(SettingsTab):
|
|||||||
QtCore.QSettings().setValue(self.settingsSection + u'/twelve hour',
|
QtCore.QSettings().setValue(self.settingsSection + u'/twelve hour',
|
||||||
QtCore.QVariant(self.twelveHour))
|
QtCore.QVariant(self.twelveHour))
|
||||||
if changed:
|
if changed:
|
||||||
Receiver.send_message(u'remote_config_updated')
|
Receiver.send_message(u'remotes_config_updated')
|
||||||
|
|
||||||
def onTwelveHourCheckBoxChanged(self, check_state):
|
def onTwelveHourCheckBoxChanged(self, check_state):
|
||||||
self.twelveHour = False
|
self.twelveHour = False
|
||||||
|
Loading…
Reference in New Issue
Block a user