libpurple/protocols/mxit/actions.c

branch
mxit-2.x.y
changeset 33202
f698fa20ea34
parent 32088
4c1b703def6f
child 33203
8072411a68c1
child 33648
3fd636f586dc
child 33829
837d3061532b
--- a/libpurple/protocols/mxit/actions.c	Fri Jul 27 09:47:04 2012 +0200
+++ b/libpurple/protocols/mxit/actions.c	Sat Jul 28 18:22:10 2012 +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