diff src/gtkstatusbox.c @ 13023:e8adf8183cf4

[gaim-migrate @ 15376] A few tweaks. Don't show connection errors in the buddy list. Anything else for beta2? I'll tag and make tarballs tonight around 11:30 EST, if not. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 23:16:31 +0000
parents e3b9c6c7bcf6
children 7d39e6c73dc3
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Mon Jan 23 15:15:01 2006 +0000
+++ b/src/gtkstatusbox.c	Mon Jan 23 23:16:31 2006 +0000
@@ -945,8 +945,10 @@
 	if (status_box->error)
 		g_free(status_box->error);
 	status_box->error = NULL;
+#if 0
 	if (error != NULL)
 		status_box->error = g_strdup(error);
+#endif
 	gtk_gaim_status_box_refresh(status_box);
 }