summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2019-06-04 15:50:53 +0300
committerdartraiden <wowemuh@gmail.com>2019-06-04 15:51:36 +0300
commit49e2ce57910d52c914af340bd14e6970b734a922 (patch)
treebc2db35f25b62d6287315fefe5a273a46253e12d /plugins/MirandaG15/src
parent069b1736634b81fbd99909f668f4318fab4cc9b9 (diff)
fix fo statuses ids
Diffstat (limited to 'plugins/MirandaG15/src')
-rw-r--r--plugins/MirandaG15/src/CContactList.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp
index f62ed747c2..5e2a1b15db 100644
--- a/plugins/MirandaG15/src/CContactList.cpp
+++ b/plugins/MirandaG15/src/CContactList.cpp
@@ -11,10 +11,7 @@ const int aiStatusPriority[] =
1, // ID_STATUS_DND 40074
7, // ID_STATUS_NA 40075
6, // ID_STATUS_OCCUPIED 40076
- 10, // ID_STATUS_FREECHAT 40077
- 9, // ID_STATUS_INVISIBLE 40078
- 8, // ID_STATUS_ONTHEPHONE 40079
- 8 // ID_STATUS_OUTTOLUNCH 40080
+ 9, // ID_STATUS_INVISIBLE 40077
};
//************************************************************************