mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Initialize sort order in query lists. Fixes #357481.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14905 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
21f2f4e93e
commit
a8c8a4f280
@ -138,6 +138,9 @@ gnc_query_list_construct (GNCQueryList *list, GList *param_list, Query *query)
|
||||
|
||||
/* Initialize the CList */
|
||||
gnc_query_list_init_clist(list);
|
||||
|
||||
/* Set initial sort order */
|
||||
gnc_query_list_set_query_sort(list, TRUE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user