diff src/plugins/plugin_misc_text_syntaxes.py @ 702:a25db3fe3959

plugin XEP-0071: rich messages management for sendMessage
author Goffi <goffi@goffi.org>
date Wed, 13 Nov 2013 14:03:16 +0100
parents e819630c6737
children 6c8a119dcc94
line wrap: on
line diff
--- a/src/plugins/plugin_misc_text_syntaxes.py	Wed Nov 13 14:02:02 2013 +0100
+++ b/src/plugins/plugin_misc_text_syntaxes.py	Wed Nov 13 14:03:16 2013 +0100
@@ -121,7 +121,7 @@
         TextSyntaxes.params_data["options"] = u'\n'.join(options)
         self.host.memory.updateParams(TextSyntaxes.params % TextSyntaxes.params_data)
 
-    def getFavoriteSyntax(self, profile):
+    def getCurrentSyntax(self, profile):
         """ Return the selected syntax for the given profile
 
         @param profile: %(doc_profile)s