comparison sat/plugins/plugin_misc_android.py @ 3172:dcebc585c29f

core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
author Goffi <goffi@goffi.org>
date Tue, 18 Feb 2020 18:13:19 +0100
parents b5c058c7692e
children 2a0a16b906ac
comparison
equal deleted inserted replaced
3171:d073d82d9044 3172:dcebc585c29f
249 reactor.listenUNIX(socket_path, factory) 249 reactor.listenUNIX(socket_path, factory)
250 else: 250 else:
251 raise e 251 raise e
252 # we set a low priority because we want the notification to be sent after all 252 # we set a low priority because we want the notification to be sent after all
253 # plugins have done their job 253 # plugins have done their job
254 host.trigger.add("MessageReceived", self.messageReceivedTrigger, priority=-1000) 254 host.trigger.add("messageReceived", self.messageReceivedTrigger, priority=-1000)
255 255
256 # profiles autoconnection 256 # profiles autoconnection
257 host.bridge.addMethod( 257 host.bridge.addMethod(
258 "profileAutoconnectGet", 258 "profileAutoconnectGet",
259 ".plugin", 259 ".plugin",