diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
commit | 2105de2e1be94d18a1cb5dfd6afcc33a788bc640 (patch) | |
tree | b3685df860dc3fb265974d0cfb33ed9cabbcd36e /plugins/New_GPG/src | |
parent | 14b3e00732b7f8b23c3e194815a9a0d3a6f2723f (diff) |
R.I.P m_clui.h, you helped us alot
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src')
-rw-r--r-- | plugins/New_GPG/src/icons.cpp | 5 | ||||
-rw-r--r-- | plugins/New_GPG/src/stdafx.h | 1 |
2 files changed, 1 insertions, 5 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();
}
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h index eb5e6ba6a3..2e8ad39177 100644 --- a/plugins/New_GPG/src/stdafx.h +++ b/plugins/New_GPG/src/stdafx.h @@ -59,7 +59,6 @@ using std::fstream; #include <m_database.h> #include <m_options.h> #include <m_langpack.h> -#include <m_clui.h> #include <m_skin.h> #include <m_jabber.h> #include <m_icq.h> |