diff src/plugins/plugin_xep_0085.py @ 662:4f747d7fde8c

core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
author Goffi <goffi@goffi.org>
date Thu, 31 Oct 2013 17:14:15 +0100
parents 69a8bfd266a5
children 8004c7d4aba7
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0085.py	Tue Oct 15 23:10:31 2013 +0200
+++ b/src/plugins/plugin_xep_0085.py	Thu Oct 31 17:14:15 2013 +0100
@@ -93,7 +93,7 @@
         self.host = host
 
         # parameter value is retrieved before each use
-        host.memory.importParams(self.params)
+        host.memory.updateParams(self.params)
 
         # triggers from core
         host.trigger.add("MessageReceived", self.messageReceivedTrigger)