changeset 6095:00a251ad38af

[gaim-migrate @ 6554] Make IRC not give an assertion failed error when parting. I guess it's valid to not have an account associated with a chat? Right? IRC has other problems with chat windows being open after parting. The send button is grayed out, but you can still hit enter to send stuff. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 11 Jul 2003 23:05:32 +0000
parents 538c522e36e1
children 94e4cf59bacb
files src/gtkconv.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Fri Jul 11 22:13:57 2003 +0000
+++ b/src/gtkconv.c	Fri Jul 11 23:05:32 2003 +0000
@@ -2235,8 +2235,6 @@
 	account = gaim_conversation_get_account(conv);
 	gtkwin  = GAIM_GTK_WINDOW(win);
 
-	g_return_val_if_fail(account != NULL, FALSE);
-
 	if (gtkwin->menu.send_as == NULL)
 		return FALSE;