Fix room joining on muclisttab that was broken in the previous commit

This commit is contained in:
mathieui 2014-04-06 00:30:43 +02:00
parent f405984f8d
commit 964e84e11b

View file

@ -154,7 +154,7 @@ class MucListTab(Tab):
row = self.listview.get_selected_row()
if not row:
return
self.core.command_join(row['jid'])
self.core.command_join(row[1])
@refresh_wrapper.always
def reset_help_message(self, _=None):