From b2d41779626e44a644e47092578337a4a59434e0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 7 Nov 2006 21:58:33 +0000 Subject: [PATCH] use correct jid (not always jid_with_resource) in popup. fixes #2569 --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index bc2522415..9f0b36a23 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -604,7 +604,7 @@ class Interface: msg = message if subject: msg = _('Subject: %s') % subject + '\n' + msg - notify.notify('new_message', full_jid_with_resource, account, [msg_type, + notify.notify('new_message', jid_of_control, account, [msg_type, first, nickname, msg], advanced_notif_num) if self.remote_ctrl: