src/protocols/yahoo/yahoo.c

changeset 10386
6fcc45a26a16
parent 10379
d88a193e23f6
child 10392
6a9728e72c11
equal deleted inserted replaced
10385:3f43cb7507bf 10386:6fcc45a26a16
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;

mercurial