diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-13 06:20:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-13 06:20:58 +0000 |
commit | c7feb50e8f5dafca69cd3825bbf139b83a6278e3 (patch) | |
tree | 6e90fcfaf1f71e79b4f32a5f3ecad4ade3c7db66 | |
parent | 1f55192138ca303dc1082f90bda17af26ae699b2 (diff) |
small cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/extraicons/extraicons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extraicons/extraicons.cpp b/src/modules/extraicons/extraicons.cpp index 503bfce061..667d46f5d3 100644 --- a/src/modules/extraicons/extraicons.cpp +++ b/src/modules/extraicons/extraicons.cpp @@ -305,7 +305,7 @@ void fnReloadExtraIcons() }
void fnSetAllExtraIcons(HWND hwndList, HANDLE hContact)
- {
+{
if (cli.hwndContactTree == 0)
return;
@@ -324,7 +324,7 @@ void fnSetAllExtraIcons(HWND hwndList, HANDLE hContact) HANDLE hItem = hContact;
if (hItem == 0)
continue;
-
+
ClcCacheEntry* pdnce = (ClcCacheEntry*)cli.pfnGetCacheEntry(hItem);
if (pdnce == NULL)
continue;
|