Mercurial > libervia-backend
diff frontends/src/primitivus/contact_list.py @ 812:084b52afdceb
frontends: fixed /me usage + renamed a couple of "type" parameters to type_
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2014 18:51:16 +0100 |
parents | 1fe00f0c9a91 |
children | b12706d164d7 |
line wrap: on
line diff
--- a/frontends/src/primitivus/contact_list.py Tue Feb 04 18:32:49 2014 +0100 +++ b/frontends/src/primitivus/contact_list.py Tue Feb 04 18:51:16 2014 +0100 @@ -270,8 +270,8 @@ def setSpecial(self, special_jid, special_type, show=False): """Set entity as a special - @param jid: jid of the entity - @param _type: special type (e.g.: "MUC") + @param special_jid: jid of the entity + @param special_type: special type (e.g.: "MUC") @param show: True to display the dialog to chat with this entity """ QuickContactList.setSpecial(self, special_jid, special_type, show)