fix a comment
This commit is contained in:
parent
b2d83f092f
commit
bd0d5cf94b
|
@ -926,7 +926,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
|
self.set_subject(room_jid, '') # Set an empty subject to 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