comparison src/protocols/yahoo/yahoo.c @ 10386:232808c6d6ab

[gaim-migrate @ 11612] <datallah> i've got a little crash fix for missing plugin info (ala bug 1083900) There's a yahoo whitespace fix thrown in there too. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 16 Dec 2004 01:31:26 +0000
parents cf7b1970039e
children a8f9e5ce4f92
comparison
equal deleted inserted replaced
10385:5ea6c9dd10a2 10386:232808c6d6ab
879 } 879 }
880 l = l->next; 880 l = l->next;
881 } 881 }
882 } else if (pkt->status == 2) { 882 } else if (pkt->status == 2) {
883 gaim_notify_error(gc, NULL, 883 gaim_notify_error(gc, NULL,
884 _("Your Yahoo! message did not get sent."), NULL); 884 _("Your Yahoo! message did not get sent."), NULL);
885 } 885 }
886 886
887 for (l = list; l; l = l->next) { 887 for (l = list; l; l = l->next) {
888 YahooFriend *f; 888 YahooFriend *f;
889 char *m, *m2; 889 char *m, *m2;