Mercurial > pidgin
diff libpurple/protocols/mxit/protocol.c @ 31504:cce18a0ff43a
Due to the new alpha-numeric loginnames and auto-generated userId's the
'hide number' option is no longer valid/needed for most MXit users.
Therefore remove the configuration option, and always enable it.
| author | andrew.victor@mxit.com |
|---|---|
| date | Mon, 11 Apr 2011 21:28:33 +0000 |
| parents | 80bbed4cb649 |
| children | 67c2d695e8d5 |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/protocol.c Mon Apr 11 21:00:18 2011 +0000 +++ b/libpurple/protocols/mxit/protocol.c Mon Apr 11 21:28:33 2011 +0000 @@ -1464,7 +1464,7 @@ session->http_sesid = atoi( records[0]->fields[0]->data ); } - /* extract MXitId (from protocol 5.9) */ + /* extract UserId (from protocol 5.9) */ if ( records[1]->fcount >= 9 ) session->uid = g_strdup( records[1]->fields[8]->data );
