From 0714d51217d999fc67b6ef193e04f7af437cc2b0 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 6 Mar 2010 17:41:01 +0000 Subject: Put AWY at the beginning of the list since it's used as a fallback. --- protocols/msn/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/msn/tables.c') diff --git a/protocols/msn/tables.c b/protocols/msn/tables.c index b01361bd..42b12aa9 100644 --- a/protocols/msn/tables.c +++ b/protocols/msn/tables.c @@ -29,10 +29,10 @@ const struct msn_away_state msn_away_state_list[] = { { "NLN", "" }, + { "AWY", "Away" }, { "BSY", "Busy" }, { "IDL", "Idle" }, { "BRB", "Be Right Back" }, - { "AWY", "Away" }, { "PHN", "On the Phone" }, { "LUN", "Out to Lunch" }, { "HDN", "Hidden" }, -- cgit v1.2.3