summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-04 12:42:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-04 12:42:13 +0300
commit88d56b4791202034588ff5b10d9c05fff3019934 (patch)
tree36641740737a9e3a92adaa75116650373a9a2943 /plugins/SeenPlugin/src
parent4a1f343d8684deaaa67e6ee56f0769b8bab8d6c8 (diff)
finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch statuses completely)
Diffstat (limited to 'plugins/SeenPlugin/src')
-rw-r--r--plugins/SeenPlugin/src/utils.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/SeenPlugin/src/utils.cpp b/plugins/SeenPlugin/src/utils.cpp
index ac5c17ff91..27c20abc76 100644
--- a/plugins/SeenPlugin/src/utils.cpp
+++ b/plugins/SeenPlugin/src/utils.cpp
@@ -424,10 +424,7 @@ DWORD StatusColors15bits[] = {
0x295C0000, // 0x005050E0, 0x00000000, DND - DarkRed
0x5EFD0000, // 0x00B8B8E8, 0x00000000, Not available - LightRed
0x295C0000, // 0x005050E0, 0x00000000, Occupied
- 0x43900000, // 0x0080E080, 0x00000000, Free for chat - LightGreen
- 0x76AF0000, // 0x00E8A878, 0x00000000, Invisible
- 0x431C0000, // 0x0080C0E0, 0x00000000, On the phone
- 0x5EFD0000, // 0x00B8B8E8, 0x00000000, Out to lunch
+ 0x76AF0000 // 0x00E8A878, 0x00000000, Invisible
};
DWORD GetDWordFromColors(COLORREF First, COLORREF Second)