# HG changeset patch # User Mark Doliner # Date 1057964732 0 # Node ID 00a251ad38af6181c7f57a0782fa3483e4b1b884 # Parent 538c522e36e101cd3fafa4848390931ce8413788 [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 diff -r 538c522e36e1 -r 00a251ad38af src/gtkconv.c --- 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;