Skip to content
Snippets Groups Projects
Commit 58015a37 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Maxim Koltsov] Set different WM_WINDOW_ROLE to different windows types (gc, chat). Fixes #6746

parent 168e87ae
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@ class MessageWindow(object):
self.widget_name = 'message_window'
self.xml = gtkgui_helpers.get_gtk_builder('%s.ui' % self.widget_name)
self.window = self.xml.get_object(self.widget_name)
# Set window role to differ chats from MUCs
self.window.set_role(self.type_)
self.notebook = self.xml.get_object('notebook')
self.parent_paned = None
......
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