| 271 SilcUInt32 m; |
271 SilcUInt32 m; |
| 272 |
272 |
| 273 f = gaim_request_fields_get_field(fields, "list"); |
273 f = gaim_request_fields_get_field(fields, "list"); |
| 274 if (!gaim_request_field_list_get_selected(f)) { |
274 if (!gaim_request_field_list_get_selected(f)) { |
| 275 /* Add new public key */ |
275 /* Add new public key */ |
| 276 gaim_request_file(NULL, _("Open Public Key..."), "", |
276 gaim_request_file(NULL, _("Open Public Key..."), NULL, FALSE, |
| 277 G_CALLBACK(silcgaim_chat_chpk_add), |
277 G_CALLBACK(silcgaim_chat_chpk_add), |
| 278 G_CALLBACK(silcgaim_chat_chpk_cancel), sgc); |
278 G_CALLBACK(silcgaim_chat_chpk_cancel), sgc); |
| 279 return; |
279 return; |
| 280 } |
280 } |
| 281 |
281 |