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

show the room_jid even if there is no subject

parent 1eda5e7b
No related branches found
No related tags found
No related merge requests found
......@@ -895,6 +895,7 @@ class GroupchatWindow(chat.Chat):
self.redraw_tab(room_jid)
self.show_title()
self.set_subject(room_jid, '') # Set an empty subject ti show the room_jid
conversation_textview.grab_focus()
def on_treeview_size_allocate(self, widget, allocation):
......
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