From 043d48035922e7a824f3bf05d9a4eea7731c638a Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 2 Jul 2005 23:03:40 +0000 Subject: [PATCH] comment never hurt --- src/groupchat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 4492d5963..dc76ee8bd 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -651,7 +651,7 @@ class GroupchatWindow(chat.Chat): def on_info(self, widget, room_jid, nick): """Call vcard_information_window class to display user's information""" c = self.contacts[room_jid][nick] - if c.jid and c.resource: + if c.jid and c.resource: # on GC, we know resource only if we're mod and up jid = c.jid fjid = c.jid + '/' + c.resource else: