libpurple/protocols/mxit/actions.c

branch
mxit
changeset 32167
c06866242ad3
parent 31725
7efc5967d62e
child 32186
83a126c3d1bd
--- a/libpurple/protocols/mxit/actions.c	Fri Aug 12 22:34:34 2011 +0000
+++ b/libpurple/protocols/mxit/actions.c	Fri Aug 12 22:44:39 2011 +0000
@@ -84,13 +84,6 @@
 		g_string_append( attributes, attrib );
 		acount++;
 
-		/* force hidden if disabled */
-		if ( profile->hidden == FALSE ) {
-			g_snprintf( attrib, sizeof( attrib ), "\01%s\01%i\01%s", CP_PROFILE_HIDENUMBER, CP_PROFILE_TYPE_BOOL, "1" );
-			g_string_append( attributes, attrib );
-			acount++;
-		}
-
 		/* update birthday */
 		g_strlcpy( profile->birthday, bday, sizeof( profile->birthday ) );
 		g_snprintf( attrib, sizeof( attrib ), "\01%s\01%i\01%s", CP_PROFILE_BIRTHDATE, CP_PROFILE_TYPE_UTF8, profile->birthday );

mercurial