Mercurial > pidgin
diff src/protocols/msn/msn.c @ 4729:751c37a940dd
[gaim-migrate @ 5042]
compile cleanups, and let those silly gtk2.0 people compile again.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Wed, 12 Mar 2003 21:43:39 +0000 |
| parents | b9e7ccf21f9c |
| children | c15e0699acae |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Wed Mar 12 16:51:23 2003 +0000 +++ b/src/protocols/msn/msn.c Wed Mar 12 21:43:39 2003 +0000 @@ -1650,11 +1650,11 @@ static GList *msn_buddy_menu(struct gaim_connection *gc, char *who) { GList *m = NULL; +#if 0 struct proto_buddy_menu *pbm; struct buddy *b = gaim_find_buddy(gc->account, who); static char buf[MSN_BUF_LEN]; -#if 0 pbm = g_new0(struct proto_buddy_menu, 1); pbm->label = _("Send File"); pbm->callback = msn_ask_send_file;
