diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 17:41:01 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 17:41:01 +0000 |
commit | 0714d51217d999fc67b6ef193e04f7af437cc2b0 (patch) | |
tree | 06a1a592c2e34994d25a210b94b9cab5eabeb05a /protocols/msn/tables.c | |
parent | 4049061ea3b1fbe939c623a8501aea60906893ea (diff) |
Put AWY at the beginning of the list since it's used as a fallback.
Diffstat (limited to 'protocols/msn/tables.c')
-rw-r--r-- | protocols/msn/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |