Hey

What I currently really, really lack(ed) in GPA is the possibility to
quicksearch for names in the key list by starting to enter their names
on the keyboard - So I took items into my own hands, and here you have
the simple result attached. (Simple patch against current git).

It might be debatable if one should search on the name, or on the
KeyID (GPA_KEYLIST_COLUMN_KEYID), but I find this more useful.

Thanks for GPA!

best regards
/Andreas Rönnquist
diff --git src/keylist.c src/keylist.c
index bdc56ba..c1107b2 100644
--- src/keylist.c
+++ src/keylist.c
@@ -647,6 +647,8 @@ setup_columns (GpaKeyList *keylist, gboolean detailed)
   gtk_tree_view_append_column (GTK_TREE_VIEW (keylist), column);
   gtk_tree_view_column_set_sort_column_id (column, GPA_KEYLIST_COLUMN_USERID);
   gtk_tree_view_column_set_sort_indicator (column, TRUE);
+
+  gtk_tree_view_set_search_column(GTK_TREE_VIEW(keylist),GPA_KEYLIST_COLUMN_USERID);
 }
 
 

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to