diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 663755c46..7001863a3 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -962,7 +962,6 @@ class accountpreferences_window: if self.plugin.connected[self.account]: self.plugin.windows[self.account]['infos'][jid] = \ infoUser_Window(jid, self.plugin, self.account, True) -# vCard_Window(jid, self.plugin, self.account) self.plugin.send('ASK_VCARD', self.account, jid) else: warning_dialog(_('You must be connected to get your informations'))