no need to ask os_info twice (it is asked in vcard_niformation_window)
This commit is contained in:
parent
dd60161e35
commit
b401c9888e
|
@ -638,10 +638,6 @@ class GroupchatWindow(chat.Chat):
|
|||
else:
|
||||
self.plugin.windows[self.account]['infos'][jid] = \
|
||||
dialogs.VcardWindow(c, self.plugin, self.account, False)
|
||||
if c.resource:
|
||||
gajim.connections[self.account].request_os_info(c.jid, c.resource)
|
||||
else:
|
||||
gajim.connections[self.account].request_os_info(room_jid, nick)
|
||||
|
||||
def on_add_to_roster(self, widget, jid):
|
||||
dialogs.AddNewContactWindow(self.plugin, self.account, jid)
|
||||
|
|
Loading…
Reference in New Issue