in choose GPG key dialog, search on name column instead of keyid. fixes #2655
This commit is contained in:
parent
786d3e9fb8
commit
0f53cbb3f6
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ class ChooseGPGKeyDialog:
|
|||
renderer = gtk.CellRendererText()
|
||||
self.keys_treeview.insert_column_with_attributes(-1, _('Contact name'),
|
||||
renderer, text = 1)
|
||||
self.keys_treeview.set_search_column(1)
|
||||
self.fill_tree(secret_keys, selected)
|
||||
self.window.show_all()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue