diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-17 20:33:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-17 20:33:13 +0000 |
commit | 1be97f17884f9046e6ab45d45ea327ef00a3d095 (patch) | |
tree | a5d507adbdb5c60d15602916e3a2e87d8d6b5ae6 /src/modules/clist | |
parent | 3710c84df897f6f816692a706189cb0da6b724dc (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist')
-rw-r--r-- | src/modules/clist/clistevents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/clistevents.cpp b/src/modules/clist/clistevents.cpp index 4a82c21ea8..46045daa04 100644 --- a/src/modules/clist/clistevents.cpp +++ b/src/modules/clist/clistevents.cpp @@ -91,7 +91,7 @@ static void ShowEventsInTray() char nTrayProtoCnt;
int nTrayCnt=cli.trayIconCount;
if (!cli.events.count || !nTrayCnt) return;
- if (cli.events.count == 1 || nTrayCnt == 1)
+ if (cli.events.count == 1 || nTrayCnt == 1)
{
ShowOneEventInTray(0); //for only one icon in tray show topmost event
return;
|