Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104408 | Differences between
and this patch

Collapse All | Expand All

(-)src/convwindow.cpp.orig (-1 / +1 lines)
Lines 795-801 Link Here
795
	
795
	
796
	
796
	
797
	// show text
797
	// show text
798
	toInsert = g_strdup_printf("%s\n", msg);
798
	toInsert = g_strdup_printf("%s\n", g_strchomp(msg));
799
	if (msgType != MT_NOTIFICATION && msgType != MT_ERROR && !(!interpretSmileys && !interpretURIs))
799
	if (msgType != MT_NOTIFICATION && msgType != MT_ERROR && !(!interpretSmileys && !interpretURIs))
800
		insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter);
800
		insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter);
801
	else
801
	else

Return to bug 104408