This commit is contained in:
Jean-Marie Traissard 2006-06-18 23:38:02 +00:00
parent 17f891a22f
commit 6047a41efd
1 changed files with 1 additions and 1 deletions

View File

@ -2108,7 +2108,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
# For JEP-0172 # For JEP-0172
if no_contact: if no_contact:
mc = mw.get_control(jid, account) mc = mw.get_control(jid, account)
mc.user_nick = gajim.nicks[self.account] mc.user_nick = gajim.nicks[account]
def new_room(self, room_jid, nick, account): def new_room(self, room_jid, nick, account):
# Get target window, create a control, and associate it with the window # Get target window, create a control, and associate it with the window