| 323 gaim_request_field_group_add_field(group, field); |
323 gaim_request_field_group_add_field(group, field); |
| 324 |
324 |
| 325 g_snprintf(primary, sizeof(primary), _("Change password for %s"), |
325 g_snprintf(primary, sizeof(primary), _("Change password for %s"), |
| 326 gaim_account_get_username(account)); |
326 gaim_account_get_username(account)); |
| 327 |
327 |
| |
328 /* I'm sticking this somewhere in the code: bologna */ |
| |
329 |
| 328 gaim_request_fields(gaim_account_get_connection(account), |
330 gaim_request_fields(gaim_account_get_connection(account), |
| 329 NULL, |
331 NULL, |
| 330 primary, |
332 primary, |
| 331 _("Please enter your current password and your " |
333 _("Please enter your current password and your " |
| 332 "new password."), |
334 "new password."), |