libpurple/protocols/mxit/profile.c

branch
mxit
changeset 30522
5b84b44ed654
parent 30519
de9e72446479
child 30563
fc5b108112ae
equal deleted inserted replaced
30521:44e7b773d9d9 30522:5b84b44ed654
172 /* subscription type */ 172 /* subscription type */
173 purple_notify_user_info_add_pair( info, _( "Subscription" ), mxit_convert_subtype_to_name( contact->subtype ) ); 173 purple_notify_user_info_add_pair( info, _( "Subscription" ), mxit_convert_subtype_to_name( contact->subtype ) );
174 174
175 /* hidden number */ 175 /* hidden number */
176 purple_notify_user_info_add_pair( info, _( "Hidden Number" ), ( contact->flags & MXIT_CFLAG_HIDDEN ) ? _( "Yes" ) : _( "No" ) ); 176 purple_notify_user_info_add_pair( info, _( "Hidden Number" ), ( contact->flags & MXIT_CFLAG_HIDDEN ) ? _( "Yes" ) : _( "No" ) );
177
178 } 177 }
179 178
180 purple_notify_userinfo( session->con, username, info, NULL, NULL ); 179 purple_notify_userinfo( session->con, username, info, NULL, NULL );
181 purple_notify_user_info_destroy( info ); 180 purple_notify_user_info_destroy( info );
182 } 181 }

mercurial