summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/clist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/clist.cpp')
-rw-r--r--protocols/IRCG/src/clist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/clist.cpp b/protocols/IRCG/src/clist.cpp
index e8bdb1a5b3..f367bf727b 100644
--- a/protocols/IRCG/src/clist.cpp
+++ b/protocols/IRCG/src/clist.cpp
@@ -74,7 +74,7 @@ BOOL CIrcProto::CList_AddDCCChat(const CMStringW& name, const CMStringW& hostmas
cle.lParam = (LPARAM)pdci;
if (Clist_GetEvent(hContact, 0))
- g_clistApi.pfnRemoveEvent(hContact, -100);
+ Clist_RemoveEvent(hContact, -100);
g_clistApi.pfnAddEvent(&cle);
}
return TRUE;