| 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 } |