Cookie manager: Flag the domain field as searchable; more use than name.

This commit is contained in:
Michael Drake 2017-09-18 23:13:39 +01:00
parent fae758f5a9
commit e8b9678d3e
1 changed files with 3 additions and 1 deletions

View File

@ -576,7 +576,9 @@ static nserror cookie_manager_init_entry_fields(void)
goto error;
}
cm_ctx.fields[COOKIE_M_DOMAIN].flags = TREE_FLAG_SHOW_NAME;
cm_ctx.fields[COOKIE_M_DOMAIN].flags =
TREE_FLAG_SHOW_NAME |
TREE_FLAG_SEARCHABLE;
label = "TreeviewLabelDomain";
label = messages_get(label);
if (lwc_intern_string(label, strlen(label),