libpurple/protocols/sametime/sametime.c

branch
soc.2013.gobjectification.plugins
changeset 36414
18a801df193a
parent 36367
891eea799578
parent 34868
faa5b053f310
child 36531
6d45c74af198
equal deleted inserted replaced
36413:8cf6f1734398 36414:18a801df193a
2468 2468
2469 tmp = mwError(err); 2469 tmp = mwError(err);
2470 text = g_strconcat(_("Unable to send message: "), tmp, NULL); 2470 text = g_strconcat(_("Unable to send message: "), tmp, NULL);
2471 2471
2472 im = convo_get_im(conv); 2472 im = convo_get_im(conv);
2473 if(im && !purple_conversation_helper_present_error(idb->user, 2473 if(im && !purple_conversation_present_error(idb->user,
2474 purple_conversation_get_account(PURPLE_CONVERSATION(im)), text)) { 2474 purple_conversation_get_account(PURPLE_CONVERSATION(im)), text)) {
2475 2475
2476 g_free(text); 2476 g_free(text);
2477 text = g_strdup_printf(_("Unable to send message to %s:"), 2477 text = g_strdup_printf(_("Unable to send message to %s:"),
2478 (idb->user)? idb->user: "(unknown)"); 2478 (idb->user)? idb->user: "(unknown)");

mercurial