Set search column for account types lists interactive search. Fix 336833.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13726 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2006-04-01 23:06:23 +00:00
parent 60a7e2e614
commit 843ad075c8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-02 Andreas Köhler <andi5.py@gmx.net>
* src/gnome-utils/dialog-account.c: Set search column for account
types lists interactive search. Fix 336833.
2006-04-01 David Hampton <hampton@employees.org>
* src/backend/file/gnc-account-xml-v2.c:

View File

@ -1135,6 +1135,7 @@ gnc_account_type_view_create (AccountWindow *aw)
view, -1, NULL, renderer,
"text", GNC_TREE_MODEL_ACCOUNT_TYPES_COL_NAME,
NULL);
gtk_tree_view_set_search_column (view, GNC_TREE_MODEL_ACCOUNT_TYPES_COL_NAME);
selection = gtk_tree_view_get_selection (view);
g_signal_connect (G_OBJECT (selection), "changed",