changeset 4806:315ef59a5031

[gaim-migrate @ 5126] this pales in comparison, but it's good. I promise. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 17 Mar 2003 04:19:24 +0000
parents a7e99eb2c0f2
children 3f44efdfb4cf
files src/buddy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy.c	Mon Mar 17 04:03:01 2003 +0000
+++ b/src/buddy.c	Mon Mar 17 04:19:24 2003 +0000
@@ -821,6 +821,7 @@
 		char *tmp = prpl->status_text(b);
 
 		if(tmp) {
+			g_strdelimit(tmp, "\n", ' ');
 			if(strlen(tmp) > 20)
 				statustext = g_strdup_printf("%.20s... ", tmp);
 			else