libpurple/protocols/gg/gg.c

changeset 18629
9e78088bfc46
parent 18190
bcf28ef7e8ff
child 18718
17a6c2c4820e
child 18997
072dcd2ed1b3
child 19255
3c5af05b3edf
child 19859
71d37b57eff2
child 19882
d8c2a2fc1fbf
equal deleted inserted replaced
18622:0ba2a27edf5b 18629:9e78088bfc46
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

mercurial