diff src/gtkconv.c @ 5402:f3cf3bff72f0

[gaim-migrate @ 5778] Updated oscar's "could not add buddy for an unknown reason" message to suggest that the reason is because you have too many buddies. Removed a few unneeded memory allocations in irc.c. They were unneeded, right? Fixed up napster chat stuff. It's much simpler now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 16 May 2003 22:33:13 +0000
parents fc0441fbf159
children ad445074d239
line wrap: on
line diff
--- a/src/gtkconv.c	Fri May 16 20:27:39 2003 +0000
+++ b/src/gtkconv.c	Fri May 16 22:33:13 2003 +0000
@@ -2183,7 +2183,7 @@
 		account = gaim_conversation_get_account(conv);
 
 
-		if (account->gc == NULL) {
+		if (account && (account->gc == NULL)) {
 			if (first_offline && found_online) {
 				menuitem = gtk_separator_menu_item_new();
 				gtk_widget_show(menuitem);