fix a comment

This commit is contained in:
Nikos Kouremenos 2005-06-23 21:26:22 +00:00
parent b2d83f092f
commit bd0d5cf94b
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,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
self.set_subject(room_jid, '') # Set an empty subject to show the room_jid
conversation_textview.grab_focus()
def on_treeview_size_allocate(self, widget, allocation):