Mercurial > pidgin
diff src/gtkrequest.c @ 7905:1d0bc32f8038
[gaim-migrate @ 8565]
This should be sufficient for a working label field type.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 21 Dec 2003 09:04:43 +0000 |
| parents | 9b478c6e0bfa |
| children | 5be22af4ebfc |
line wrap: on
line diff
--- a/src/gtkrequest.c Sun Dec 21 08:57:56 2003 +0000 +++ b/src/gtkrequest.c Sun Dec 21 09:04:43 2003 +0000 @@ -854,8 +854,9 @@ gtk_size_group_add_widget(sg, label); - if (type == GAIM_REQUEST_FIELD_STRING && - gaim_request_field_string_is_multiline(field)) + if (type == GAIM_REQUEST_FIELD_LABEL || + (type == GAIM_REQUEST_FIELD_STRING && + gaim_request_field_string_is_multiline(field))) { gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 2 * cols,
