remove useless line
This commit is contained in:
parent
dbce8b36c7
commit
77714f15b4
|
@ -1627,7 +1627,6 @@ class SubscriptionRequestWindow:
|
||||||
self.window.destroy()
|
self.window.destroy()
|
||||||
contact = gajim.contacts.get_contact(self.account, self.jid)
|
contact = gajim.contacts.get_contact(self.account, self.jid)
|
||||||
if not contact or _('Not in Roster') in contact.groups:
|
if not contact or _('Not in Roster') in contact.groups:
|
||||||
# if self.jid not in gajim.contacts.get_jid_list(self.account):
|
|
||||||
AddNewContactWindow(self.account, self.jid, self.user_nick)
|
AddNewContactWindow(self.account, self.jid, self.user_nick)
|
||||||
|
|
||||||
def on_contact_info_activate(self, widget):
|
def on_contact_info_activate(self, widget):
|
||||||
|
|
Loading…
Reference in New Issue