summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-07-20 07:42:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-07-20 07:42:30 +0000
commit9af11cd3eecbfb6e524623b6304fcacfe77bbfff (patch)
tree9c8e323261856514e9775115ae852acc672ff4c1 /plugins/UserInfoEx
parentf1d383510f4cb3c89f799d9be1bad4c47d452f82 (diff)
non-redefined function pfnClcBroadcast made static -> Clist_Broadcast
also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp
index 67e46fc06d..5ece67aa5a 100644
--- a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp
+++ b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp
@@ -177,7 +177,7 @@ if (ExImContact->Typ == EXIM_ACCOUNT ||
CallService(MS_CLIST_SETHIDEOFFLINE, -1, 0); //workarround to refresh the clist....
xmlFile.Import(ExImContact->hContact, szFileName);
CallService(MS_CLIST_SETHIDEOFFLINE, -1, 0); //...after import.
- //pcli->pfnClcBroadcast(CLM_AUTOREBUILD, 0, 0); //does not work
+ //Clist_Broadcast(CLM_AUTOREBUILD, 0, 0); //does not work
return 0;
}
// .ini