| 849 } |
849 } |
| 850 } |
850 } |
| 851 |
851 |
| 852 text = gaim_strdup_withhtml(info_text->str); |
852 text = gaim_strdup_withhtml(info_text->str); |
| 853 |
853 |
| 854 gaim_notify_userinfo(js->gc, from, _("Jabber Profile"), |
854 gaim_notify_userinfo(js->gc, from, text, NULL, NULL); |
| 855 NULL, text, NULL, NULL); |
|
| 856 |
855 |
| 857 while(imgids) { |
856 while(imgids) { |
| 858 gaim_imgstore_unref(GPOINTER_TO_INT(imgids->data)); |
857 gaim_imgstore_unref(GPOINTER_TO_INT(imgids->data)); |
| 859 imgids = g_slist_delete_link(imgids, imgids); |
858 imgids = g_slist_delete_link(imgids, imgids); |
| 860 } |
859 } |