diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-05 19:04:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-05 19:04:27 +0000 |
commit | 10602a54038645cfe8daa0e0dc2676617bd80109 (patch) | |
tree | f8027185d41d43bedf9f76ddba2f9d56ff29860a | |
parent | d1176fc486363ba31261792ac1ac0f2b4e2895ac (diff) |
oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@6795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/clist/clistcore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/clist/clistcore.cpp b/src/modules/clist/clistcore.cpp index 63e65bb90a..af427bef36 100644 --- a/src/modules/clist/clistcore.cpp +++ b/src/modules/clist/clistcore.cpp @@ -213,6 +213,7 @@ static INT_PTR srvRetrieveInterface(WPARAM, LPARAM) cli.pfnSetAllExtraIcons = fnSetAllExtraIcons;
cli.pfnGetContactIcon = fnGetContactIcon;
+ cli.pfnGetAverageMode = fnGetAverageMode;
rc = LoadContactListModule2();
if (rc == 0)
|