From 369c4ad5aedc204c4478381122880f3688fb34b8 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 3 Jul 2010 01:45:31 +0300 Subject: modified: utilities.cpp --- utilities.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utilities.cpp') diff --git a/utilities.cpp b/utilities.cpp index 957acbb..c6be654 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -144,7 +144,7 @@ void FindJuickAccounts() if(!acc) break; IJabberSysInterface *ijsys = acc->JabberInterface->Sys(); - if(ijsys->ContactFromJID(_T(JUICK_JID))) + if(ijsys->ContactFromJID(_T(JUICK_JID))) //i should use this contact handler { if(!acc->hPrescenseHandler && !acc->hMessageHandler && !acc->hIqHandler) { @@ -158,7 +158,6 @@ void FindJuickAccounts() } } -//static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData) static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData) { return FALSE; -- cgit v1.2.3