From b8de6a027501491971912f66358ab9fdada47c4f Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Tue, 19 Jul 2005 17:07:12 +0000
Subject: [PATCH] fix a typo

---
 src/dialogs.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dialogs.py b/src/dialogs.py
index 1b20ed0072..f483f7ca52 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -950,8 +950,8 @@ class PopupNotificationWindow:
 				groups = [_('not in the roster')], show = 'not in the roster',
 				status = _('not in the roster'), sub = 'none', keyID = keyID)
 			gajim.contacts[self.account][self.jid] = [contact]
-			self.plugin.roster.add_contact_to_roster(contact.self.jid,
-				self.account) # FIXME: contact.self.jid ???
+			self.plugin.roster.add_contact_to_roster(contact.jid,
+				self.account)
 
 		if self.msg_type == 'normal': # it's single message
 			return # FIXME: I think I should not print here but in new_chat?
-- 
GitLab