summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/ExtraImages.cpp
diff options
context:
space:
mode:
authorDioksin <dioksin@ua.fm>2014-05-27 13:39:32 +0000
committerDioksin <dioksin@ua.fm>2014-05-27 13:39:32 +0000
commitbe8c5e916f1719875ebd96580c0f46666b3e2ee5 (patch)
treeb59b047370d0360141d8c7a6b9f290c48fd30234 /plugins/Quotes/src/ExtraImages.cpp
parent2e13624b7cf4e8ef8a0dfdb49ce5407e59f7df01 (diff)
Updating of Quotes plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@9322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/ExtraImages.cpp')
-rw-r--r--plugins/Quotes/src/ExtraImages.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/Quotes/src/ExtraImages.cpp b/plugins/Quotes/src/ExtraImages.cpp
index 4d061a0651..8b14ce5c4c 100644
--- a/plugins/Quotes/src/ExtraImages.cpp
+++ b/plugins/Quotes/src/ExtraImages.cpp
@@ -45,14 +45,14 @@ bool CExtraImages::SetContactExtraImage(MCONTACT hContact,EImageIndex nIndex)con
return ExtraIcon_SetIcon(m_hExtraIcons, hContact, hIcolib) == 0;
}
-int QuotesEventFunc_onExtraImageApply(WPARAM wp,LPARAM lp)
-{
- MCONTACT hContact = MCONTACT(wp);
-
- const CModuleInfo::TQuotesProvidersPtr& pProviders = CModuleInfo::GetQuoteProvidersPtr();
- CQuotesProviders::TQuotesProviderPtr pProvider = pProviders->GetContactProviderPtr(hContact);
- if(pProvider)
- pProvider->SetContactExtraIcon(hContact);
-
- return 0;
-}
+// int QuotesEventFunc_onExtraImageApply(WPARAM wp,LPARAM lp)
+// {
+// MCONTACT hContact = MCONTACT(wp);
+//
+// const CModuleInfo::TQuotesProvidersPtr& pProviders = CModuleInfo::GetQuoteProvidersPtr();
+// CQuotesProviders::TQuotesProviderPtr pProvider = pProviders->GetContactProviderPtr(hContact);
+// if(pProvider)
+// pProvider->SetContactExtraIcon(hContact);
+//
+// return 0;
+// }