comparison libpurple/protocols/msn/switchboard.c @ 30161:67024624f59b

Those Adium guys don't like this slash.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 17 Apr 2010 03:06:42 +0000
parents 19be6fe515ca
children 31f20c9c7674 7a26ff6c0044
comparison
equal deleted inserted replaced
30150:4e5cfb6ad471 30161:67024624f59b
935 purple_debug_error("msn", "Unable to decode Ink from Base64 format.\n"); 935 purple_debug_error("msn", "Unable to decode Ink from Base64 format.\n");
936 return; 936 return;
937 } 937 }
938 938
939 imgid = purple_imgstore_add_with_id(image_data, image_len, NULL); 939 imgid = purple_imgstore_add_with_id(image_data, image_len, NULL);
940 image_msg = g_strdup_printf("<IMG ID='%d'/>", imgid); 940 image_msg = g_strdup_printf("<IMG ID='%d'>", imgid);
941 941
942 if (swboard->current_users > 1 || 942 if (swboard->current_users > 1 ||
943 ((swboard->conv != NULL) && 943 ((swboard->conv != NULL) &&
944 purple_conversation_get_type(swboard->conv) == PURPLE_CONV_TYPE_CHAT)) 944 purple_conversation_get_type(swboard->conv) == PURPLE_CONV_TYPE_CHAT))
945 serv_got_chat_in(gc, swboard->chat_id, passport, 0, image_msg, 945 serv_got_chat_in(gc, swboard->chat_id, passport, 0, image_msg,