comparison src/blist.c @ 6336:aeb8c2119a58

[gaim-migrate @ 6835] I rewrote all of Gaim. It's faster now, and can knit. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 30 Jul 2003 04:50:00 +0000
parents dd2be7cd66df
children 8f94cce8faa5
comparison
equal deleted inserted replaced
6335:ea47bddc7376 6336:aeb8c2119a58
752 "because its account was not logged in." 752 "because its account was not logged in."
753 " This buddy and the group were not " 753 " This buddy and the group were not "
754 "removed.\n", 754 "removed.\n",
755 "%d buddies from group %s were not " 755 "%d buddies from group %s were not "
756 "removed because their accounts were " 756 "removed because their accounts were "
757 " not logged in. These buddies and " 757 "not logged in. These buddies and "
758 "the group were not removed.\n", count), 758 "the group were not removed.\n", count),
759 count, group->name); 759 count, group->name);
760 gaim_notify_error(NULL, NULL, _("Group not removed"), buf); 760 gaim_notify_error(NULL, NULL, _("Group not removed"), buf);
761 g_free(buf); 761 g_free(buf);
762 return; 762 return;
763 } 763 }