Skip to content
Snippets Groups Projects
Commit ca1e956b authored by nkour's avatar nkour
Browse files

typo

parent e9696514
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ def _serialized_contacts(self, contacts):
show_roster = method(INTERFACE)(show_roster)
list_contacts = method(INTERFACE)(list_contacts)
list_accounts = method(INTERFACE)(list_accounts)
show_waiting = method(INTERFACE)(show_next_unread)
show_next_unread = method(INTERFACE)(show_next_unread)
change_status = method(INTERFACE)(change_status)
new_message = method(INTERFACE)(new_message)
contact_info = method(INTERFACE)(contact_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment