show the room_jid even if there is no subject
This commit is contained in:
parent
1eda5e7b38
commit
697a49a9e9
|
@ -895,6 +895,7 @@ class GroupchatWindow(chat.Chat):
|
||||||
|
|
||||||
self.redraw_tab(room_jid)
|
self.redraw_tab(room_jid)
|
||||||
self.show_title()
|
self.show_title()
|
||||||
|
self.set_subject(room_jid, '') # Set an empty subject ti show the room_jid
|
||||||
conversation_textview.grab_focus()
|
conversation_textview.grab_focus()
|
||||||
|
|
||||||
def on_treeview_size_allocate(self, widget, allocation):
|
def on_treeview_size_allocate(self, widget, allocation):
|
||||||
|
|
Loading…
Reference in New Issue