changeset 31738:93c7d43af340

Fix value of CP_SUGGEST_MXITID.
author andrew.victor@mxit.com
date Mon, 10 Jan 2011 11:54:43 +0000
parents 34c9e0d4b4d3
children 15e4b095adff
files libpurple/protocols/mxit/protocol.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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