comparison src/gtkconv.c @ 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 97835d03f0bb
children c2273728aea1
comparison
equal deleted inserted replaced
6094:538c522e36e1 6095:00a251ad38af
2233 return FALSE; 2233 return FALSE;
2234 2234
2235 account = gaim_conversation_get_account(conv); 2235 account = gaim_conversation_get_account(conv);
2236 gtkwin = GAIM_GTK_WINDOW(win); 2236 gtkwin = GAIM_GTK_WINDOW(win);
2237 2237
2238 g_return_val_if_fail(account != NULL, FALSE);
2239
2240 if (gtkwin->menu.send_as == NULL) 2238 if (gtkwin->menu.send_as == NULL)
2241 return FALSE; 2239 return FALSE;
2242 2240
2243 gtk_widget_show(gtkwin->menu.send_as); 2241 gtk_widget_show(gtkwin->menu.send_as);
2244 2242