Mercurial > pidgin
changeset 7922:1fb7a840b5c7
[gaim-migrate @ 8591]
naturally I figured this out 10 seconds after I committed the last stuff
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 23 Dec 2003 15:55:49 +0000 |
parents | c3dc33bb94dc |
children | e87e7d9d0132 |
files | src/gtkrequest.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkrequest.c Tue Dec 23 15:53:13 2003 +0000 +++ b/src/gtkrequest.c Tue Dec 23 15:55:49 2003 +0000 @@ -857,8 +857,10 @@ field = fl->data; - if (!gaim_request_field_is_visible(field)) + if (!gaim_request_field_is_visible(field)) { + col_num--; continue; + } type = gaim_request_field_get_type(field);