diff options
Diffstat (limited to 'src')
-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;
|