| 296 |
296 |
| 297 fields = purple_keyring_read_settings(); |
297 fields = purple_keyring_read_settings(); |
| 298 if (fields == NULL) { |
298 if (fields == NULL) { |
| 299 purple_notify_info(NULL, _("Keyring settings"), |
299 purple_notify_info(NULL, _("Keyring settings"), |
| 300 _("Selected keyring doesn't allow any configuration"), |
300 _("Selected keyring doesn't allow any configuration"), |
| 301 NULL); |
301 NULL, NULL); |
| 302 return; |
302 return; |
| 303 } |
303 } |
| 304 |
304 |
| 305 pref_request.keyring_window = purple_request_fields(NULL, |
305 pref_request.keyring_window = purple_request_fields(NULL, |
| 306 _("Keyring settings"), NULL, NULL, fields, |
306 _("Keyring settings"), NULL, NULL, fields, |