show the room_jid even if there is no subject

This commit is contained in:
Yann Leboulanger 2005-06-23 08:15:32 +00:00
parent 1eda5e7b38
commit 697a49a9e9
1 changed files with 1 additions and 0 deletions

View File

@ -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):