comparison 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
comparison
equal deleted inserted replaced
5401:e03f07e1f7f4 5402:f3cf3bff72f0
2181 continue; 2181 continue;
2182 2182
2183 account = gaim_conversation_get_account(conv); 2183 account = gaim_conversation_get_account(conv);
2184 2184
2185 2185
2186 if (account->gc == NULL) { 2186 if (account && (account->gc == NULL)) {
2187 if (first_offline && found_online) { 2187 if (first_offline && found_online) {
2188 menuitem = gtk_separator_menu_item_new(); 2188 menuitem = gtk_separator_menu_item_new();
2189 gtk_widget_show(menuitem); 2189 gtk_widget_show(menuitem);
2190 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); 2190 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
2191 2191