| 1673 widget = create_image_field(field); |
1674 widget = create_image_field(field); |
| 1674 else if (type == GAIM_REQUEST_FIELD_ACCOUNT) |
1675 else if (type == GAIM_REQUEST_FIELD_ACCOUNT) |
| 1675 widget = create_account_field(field); |
1676 widget = create_account_field(field); |
| 1676 else |
1677 else |
| 1677 continue; |
1678 continue; |
| |
1679 |
| |
1680 #if GTK_CHECK_VERSION(2,4,0) |
| |
1681 if (label) |
| |
1682 gtk_label_set_mnemonic_widget(GTK_LABEL(label), widget); |
| |
1683 #endif |
| 1678 |
1684 |
| 1679 if (type == GAIM_REQUEST_FIELD_STRING && |
1685 if (type == GAIM_REQUEST_FIELD_STRING && |
| 1680 gaim_request_field_string_is_multiline(field)) |
1686 gaim_request_field_string_is_multiline(field)) |
| 1681 { |
1687 { |
| 1682 gtk_table_attach(GTK_TABLE(table), widget, |
1688 gtk_table_attach(GTK_TABLE(table), widget, |