Skip to content
Snippets Groups Projects
Commit 4dce6d9e authored by jimpp's avatar jimpp
Browse files

typo, thanks bb for report.

parent fc4510aa
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ class Systray:
contacts_table.append ([group, show_list.index(contact.show),
contact.get_shown_name()])
else:
contacts_table.appenwd ([group, contact.get_shown_name(),
contacts_table.append ([group, contact.get_shown_name(),
show_list.index(contact.show)])
contacts_table.sort() # Sort : first column before, last column in the end
......
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