comparison src/protocols/msn/msn.c @ 8586:5af95c2b1179

[gaim-migrate @ 9336] Another patch from Pekka Riikonen, this one implementing a prpl-specific blist chat menu similar to the prpl-specific blist buddy menu. I also took the liberty of filling out the prpl callback structures with NULL entries for those which were short -- not that it matters, but it soothes my sense of aesthetics. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 05 Apr 2004 20:42:13 +0000
parents 88988327a4e0
children 72a0759a37a2
comparison
equal deleted inserted replaced
8585:e4087b5c0627 8586:5af95c2b1179
1646 msn_rename_group, 1646 msn_rename_group,
1647 msn_buddy_free, 1647 msn_buddy_free,
1648 msn_convo_closed, 1648 msn_convo_closed,
1649 msn_normalize, 1649 msn_normalize,
1650 msn_set_buddy_icon, 1650 msn_set_buddy_icon,
1651 msn_remove_group 1651 msn_remove_group,
1652 NULL,
1653 NULL,
1654 NULL,
1655 NULL,
1656 NULL,
1657 NULL,
1658 NULL
1652 }; 1659 };
1653 1660
1654 static GaimPluginInfo info = 1661 static GaimPluginInfo info =
1655 { 1662 {
1656 2, /**< api_version */ 1663 2, /**< api_version */