Mercurial > pidgin
changeset 2201:bc53b057732f
[gaim-migrate @ 2211]
Jeremy Brooks points out my mistake
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 31 Aug 2001 02:50:37 +0000 |
parents | 53981aae4f8b |
children | 6b68fbbac337 |
files | src/protocols/yahoo/yay.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yay.c Fri Aug 31 00:22:03 2001 +0000 +++ b/src/protocols/yahoo/yay.c Fri Aug 31 02:50:37 2001 +0000 @@ -686,7 +686,7 @@ puo = g_new0(struct proto_user_opt, 1); puo->label = "Pager Port:"; puo->def = "5050"; - puo->pos = USEROPT_PAGERHOST; + puo->pos = USEROPT_PAGERPORT; m = g_list_append(m, puo); return m;