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 729-735 Link Here
729
	
729
	
730
	
730
	
731
	// show text
731
	// show text
732
	toInsert = g_strdup_printf("%s\n", msg);
732
	toInsert = g_strdup_printf("%s\n", g_strchomp(msg));
733
	if (msgType != MT_NOTIFICATION && !(!interpretSmileys && !interpretURIs))
733
	if (msgType != MT_NOTIFICATION && !(!interpretSmileys && !interpretURIs))
734
		insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter);
734
		insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter);
735
	else
735
	else

Return to bug 104408