summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/icons.cpp')
-rw-r--r--plugins/New_GPG/src/icons.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/New_GPG/src/icons.cpp b/plugins/New_GPG/src/icons.cpp
index 4cb37750c5..d003b7da23 100644
--- a/plugins/New_GPG/src/icons.cpp
+++ b/plugins/New_GPG/src/icons.cpp
@@ -68,13 +68,10 @@ void setSrmmIcon(MCONTACT h)
Srmm_ModifyIcon(hMC, &sid);
}
-
void RefreshContactListIcons()
{
- CallService(MS_CLUI_LISTBEGINREBUILD,0,0);
-
for (MCONTACT hContact = db_find_first(); hContact; hContact = db_find_next(hContact))
setClistIcon(hContact);
- CallService(MS_CLUI_LISTENDREBUILD,0,0);
+ Clist_EndRebuild();
}