comparison libpurple/protocols/mxit/protocol.h @ 31738: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
comparison
equal deleted inserted replaced
31737:34c9e0d4b4d3 31738:93c7d43af340
207 207
208 /* suggestion types */ 208 /* suggestion types */
209 #define CP_SUGGEST_ADDRESSBOOK 0 /* address book search */ 209 #define CP_SUGGEST_ADDRESSBOOK 0 /* address book search */
210 #define CP_SUGGEST_FRIENDS 1 /* suggested friends */ 210 #define CP_SUGGEST_FRIENDS 1 /* suggested friends */
211 #define CP_SUGGEST_SEARCH 2 /* free-text search */ 211 #define CP_SUGGEST_SEARCH 2 /* free-text search */
212 #define CP_SUGGEST_MXITID 4 /* MXitId search */ 212 #define CP_SUGGEST_MXITID 3 /* MXitId search */
213 213
214 /* define this to enable protocol debugging (very verbose logging) */ 214 /* define this to enable protocol debugging (very verbose logging) */
215 #define DEBUG_PROTOCOL 215 #define DEBUG_PROTOCOL
216 216
217 217