From c23a517a2062d17a55e609ee1a6532d0972ece4e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 1 Apr 2006 20:21:21 +0000 Subject: [PATCH] typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 3aee0db64..6f4446be7 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -569,7 +569,7 @@ class Interface: notify.notify(_('New Private Message'), full_jid_with_resource, account, 'pm', path_to_image = path, text = txt) - chat_control.on_private_message(nick, message, array[2]) + groupchat_control.on_private_message(nick, message, array[2]) return # THIS HAS TO BE AFTER PM handling so we can get PMs