[git] GPA - branch, master, updated. gpa-0.9.2-6-g65f8092
by Werner Koch
cvs at cvs.gnupg.org
Tue Aug 7 10:41:16 CEST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Assistant".
The branch, master has been updated
via 65f809292bd20ab7b7d58ad94ede252e5fb294b5 (commit)
from 510f7f1195086530043b748c83b982169b63597e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 65f809292bd20ab7b7d58ad94ede252e5fb294b5
Author: Werner Koch <wk at gnupg.org>
Date: Tue Aug 7 09:19:31 2012 +0200
Allow searching in the keylist
* src/keylist.c (setup_columns): Add a search column. Patch by
Andreas Rönnquist.
diff --git a/THANKS b/THANKS
index d7f06d0..171437b 100644
--- a/THANKS
+++ b/THANKS
@@ -4,6 +4,7 @@ suggesting various improvements or submitting actual code. Here is a list
of those people. Help us keep it complete and free of errors. See the
file AUTHORS for the current maintainer.
+Andreas Rönnquist mailinglists at gusnan.se
Beate Esser begrafik at aol.com
Benedikt Wildenhain mail at benedikt-wildenhain.de
Bernhard Herzog bh at intevation.de
diff --git a/src/keylist.c b/src/keylist.c
index bdc56ba..c1107b2 100644
--- a/src/keylist.c
+++ b/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);
}
-----------------------------------------------------------------------
Summary of changes:
THANKS | 1 +
src/keylist.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
The GNU Privacy Assistant
http://git.gnupg.org
More information about the Gnupg-commits
mailing list