| 1072 purple_notify_user_info_add_pair(user_info, _("Message"), text); |
1072 purple_notify_user_info_add_pair(user_info, _("Message"), text); |
| 1073 g_free(text); |
1073 g_free(text); |
| 1074 } |
1074 } |
| 1075 } |
1075 } |
| 1076 |
1076 |
| 1077 val = ggp_buddy_get_name(gc, ggp_str_to_uin(who)); |
1077 purple_notify_userinfo(gc, who, user_info, ggp_sr_close_cb, form); |
| 1078 purple_notify_userinfo(gc, val, user_info, ggp_sr_close_cb, form); |
|
| 1079 g_free(val); |
|
| 1080 g_free(who); |
1078 g_free(who); |
| 1081 purple_notify_user_info_destroy(user_info); |
1079 purple_notify_user_info_destroy(user_info); |
| 1082 } |
1080 } |
| 1083 /* }}} */ |
1081 /* }}} */ |
| 1084 |
1082 |