Skip to content
Snippets Groups Projects
Commit be72e99b authored by Nico's avatar Nico
Browse files

Fix showing private chat

parent cf9d6b9d
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,4 @@ class MainContainer(Container):
# pylint: disable=unused-argument
@staticmethod
def _contact_clicked(widget, contact_id):
GLib.idle_add(APP().window.open_private_chat, contact_id)
GLib.idle_add(APP().get_property("active_window").open_private_chat, contact_id)
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