mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
60a7e2e614
commit
843ad075c8
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user