From b078dfb78c89aea87cd422eae52694738e473cf3 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 21 Jul 2019 19:59:18 +0300 Subject: Restore "Free for chat" status support (fixes #1963) --- plugins/XSoundNotify/src/xsn_main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/XSoundNotify/src') diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 0a1aba74a0..3437461d9f 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -51,7 +51,8 @@ static selfSounds[] = { ID_STATUS_DND, "SelfDND" }, { ID_STATUS_NA, "SelfNA" }, { ID_STATUS_OCCUPIED, "SelfOccupied" }, - { ID_STATUS_INVISIBLE, "SelfInvisible" }, + { ID_STATUS_FREECHAT, "SelfFreeForChat" }, + { ID_STATUS_INVISIBLE, "SelfInvisible" } }; void InitSelfSounds() -- cgit v1.2.3