| 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)"); |