libpurple/protocols/mxit/actions.c

branch
release-2.x.y
changeset 33611
c5bf67fcaad0
parent 33555
8feb2763abe9
child 33203
8072411a68c1
child 33648
3fd636f586dc
child 33829
837d3061532b
--- a/libpurple/protocols/mxit/actions.c	Sun Jan 13 13:59:18 2013 -0600
+++ b/libpurple/protocols/mxit/actions.c	Wed Jan 16 10:23:27 2013 +0200
@@ -85,13 +85,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