From b401c9888ec00b5b2e9d51a365d73cf7c5307bd6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 26 Jun 2005 20:34:09 +0000 Subject: [PATCH] no need to ask os_info twice (it is asked in vcard_niformation_window) --- src/groupchat_window.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index de903f010..ddc9b0ccd 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -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)