fix-set-status-rc-xa.diff
changeset 87 78238d26911a
parent 86 ac5fed257211
child 88 0a87df8ad9c1
equal deleted inserted replaced
86:ac5fed257211 87:78238d26911a
     1 # HG changeset patch
       
     2 # Parent 646da4f1d2e1bcb69efbcc68bc45ae95afa7249e
       
     3 Fix typo in form field value for set-status remote command
       
     4 s/xd/xa/
       
     5 
       
     6 diff -r 646da4f1d2e1 -r 9b4e36de294e mcabber/mcabber/xmpp_iq.c
       
     7 --- a/mcabber/mcabber/xmpp_iq.c	Mon Mar 11 21:45:20 2013 +0200
       
     8 +++ b/mcabber/mcabber/xmpp_iq.c	Wed Mar 13 16:10:13 2013 +0200
       
     9 @@ -79,7 +79,7 @@
       
    10    {"online", "Online", "avail"},
       
    11    {"chat", "Chat", "free"},
       
    12    {"dnd", "Do not disturb", "dnd"},
       
    13 -  {"xd", "Extended away", "notavail"},
       
    14 +  {"xa", "Extended away", "notavail"},
       
    15    {"away", "Away", "away"},
       
    16  #ifdef WITH_DEPRECATED_STATUS_INVISIBLE
       
    17    {"invisible", "Invisible", "invisible"},