From ef1a349d88912a89a8dd20ca1dcb342b6dc9c2ff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 May 2019 18:45:43 +0300 Subject: fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses completely) --- include/delphi/statusmodes.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/statusmodes.inc b/include/delphi/statusmodes.inc index e555c80a4b..795522d856 100644 --- a/include/delphi/statusmodes.inc +++ b/include/delphi/statusmodes.inc @@ -41,12 +41,12 @@ const ID_STATUS_DND = 40074; ID_STATUS_NA = 40075; ID_STATUS_OCCUPIED = 40076; - ID_STATUS_FREECHAT = 40077; - ID_STATUS_INVISIBLE = 40078; - ID_STATUS_ONTHEPHONE = 40079; - ID_STATUS_OUTTOLUNCH = 40080; + ID_STATUS_INVISIBLE = 40077; ID_STATUS_IDLE = 40081; // do not use as a status - MAX_STATUS_COUNT = (ID_STATUS_OUTTOLUNCH-ID_STATUS_OFFLINE+1); + ID_STATUS_MIN = ID_STATUS_OFFLINE; + ID_STATUS_MAX = ID_STATUS_INVISIBLE; + + MAX_STATUS_COUNT = (ID_STATUS_INVISIBLE-ID_STATUS_OFFLINE+1); {$ENDIF} -- cgit v1.2.3