Mercurial > pidgin
diff libpurple/protocols/mxit/protocol.h @ 31289:93c7d43af340
Fix value of CP_SUGGEST_MXITID.
| author | andrew.victor@mxit.com |
|---|---|
| date | Mon, 10 Jan 2011 11:54:43 +0000 |
| parents | 38010f28f939 |
| children | 5c45bd701cdf |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/protocol.h Fri Jan 07 22:34:40 2011 +0000 +++ b/libpurple/protocols/mxit/protocol.h Mon Jan 10 11:54:43 2011 +0000 @@ -209,7 +209,7 @@ #define CP_SUGGEST_ADDRESSBOOK 0 /* address book search */ #define CP_SUGGEST_FRIENDS 1 /* suggested friends */ #define CP_SUGGEST_SEARCH 2 /* free-text search */ -#define CP_SUGGEST_MXITID 4 /* MXitId search */ +#define CP_SUGGEST_MXITID 3 /* MXitId search */ /* define this to enable protocol debugging (very verbose logging) */ #define DEBUG_PROTOCOL
