src/protocols/jabber/buddy.c

changeset 11533
f58436975d44
parent 11532
b069bbab16be
child 11540
ad0321374664
equal deleted inserted replaced
11532:b069bbab16be 11533:f58436975d44
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 }

mercurial