Skip to content
Snippets Groups Projects
Commit fff068ab authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Tooltips: Fix status color for Group Chat tooltip

parent 9255aa0a
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ def _populate_grid(self, contact):
# Status
show = helpers.get_uf_show(contact.show.value)
self._ui.user_show.set_text(show)
colorize_status(self._ui.user_show, contact.show)
colorize_status(self._ui.user_show, contact.show.value)
self._ui.user_show.show()
# JID
......
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