From 52cecd44a2fea40066f78ca685521751a124c0ec Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 25 Mar 2013 07:40:47 +0100 Subject: [PATCH] fixed remotetab regression --- openlp/plugins/remotes/lib/remotetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 55c8f9bb0..483b3461b 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -150,7 +150,7 @@ class RemoteTab(SettingsTab): Settings().setValue(self.settings_section + u'/ip address', self.address_edit.text()) Settings().setValue(self.settings_section + u'/twelve hour', self.twelve_hour) if changed: - Registry().register_function(u'remotes_config_updated') + Registry().execute(u'remotes_config_updated') def onTwelveHourCheckBoxChanged(self, check_state): self.twelve_hour = False