comparison libpurple/protocols/msn/slp.c @ 28025:c9e760d350b8

I was missing a space!
author Mark Doliner <mark@kingant.net>
date Thu, 20 Aug 2009 06:26:21 +0000
parents 83f02215c55f
children 5546612e70e2
comparison
equal deleted inserted replaced
28024:83f02215c55f 28025:c9e760d350b8
401 PURPLE_CONV_TYPE_IM, from, 401 PURPLE_CONV_TYPE_IM, from,
402 slpcall->slplink->session->account); 402 slpcall->slplink->session->account);
403 if (conv) { 403 if (conv) {
404 char *buf; 404 char *buf;
405 buf = g_strdup_printf( 405 buf = g_strdup_printf(
406 _("%s invited you to view his/her webcam, but this" 406 _("%s invited you to view his/her webcam, but "
407 "is not yet supported."), from); 407 "this is not yet supported."), from);
408 purple_conversation_write(conv, NULL, buf, 408 purple_conversation_write(conv, NULL, buf,
409 PURPLE_MESSAGE_SYSTEM | 409 PURPLE_MESSAGE_SYSTEM |
410 PURPLE_MESSAGE_NOTIFY, 410 PURPLE_MESSAGE_NOTIFY,
411 time(NULL)); 411 time(NULL));
412 g_free(buf); 412 g_free(buf);