libpurple/protocols/msn/switchboard.c

changeset 33661
2ebcb105e606
parent 33052
df92c3d93904
child 34622
753f46dd000f
equal deleted inserted replaced
33660:632df42123db 33661:2ebcb105e606
825 { 825 {
826 purple_debug_error("msn", "Unable to decode Ink from Base64 format.\n"); 826 purple_debug_error("msn", "Unable to decode Ink from Base64 format.\n");
827 return; 827 return;
828 } 828 }
829 829
830 imgid = purple_imgstore_add_with_id(image_data, image_len, NULL); 830 imgid = purple_imgstore_new_with_id(image_data, image_len, NULL);
831 image_msg = g_strdup_printf("<IMG SRC='" PURPLE_STORED_IMAGE_PROTOCOL "%d'>", 831 image_msg = g_strdup_printf("<IMG SRC='" PURPLE_STORED_IMAGE_PROTOCOL "%d'>",
832 imgid); 832 imgid);
833 833
834 if (swboard->current_users > 1 || 834 if (swboard->current_users > 1 ||
835 ((swboard->conv != NULL) && 835 ((swboard->conv != NULL) &&

mercurial