r14907 - gnucash/branches/2.0 - Initialize sort order in query lists. Fixes #357481.

Derek Atkins warlord at cvs.gnucash.org
Wed Sep 27 13:08:57 EDT 2006


Author: warlord
Date: 2006-09-27 13:08:56 -0400 (Wed, 27 Sep 2006)
New Revision: 14907
Trac: http://svn.gnucash.org/trac/changeset/14907

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/gnome-utils/gnc-query-list.c
Log:
Initialize sort order in query lists. Fixes #357481.

merged from r14905.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13375
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13376
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-09-27 17:07:17 UTC (rev 14906)
+++ gnucash/branches/2.0/ChangeLog	2006-09-27 17:08:56 UTC (rev 14907)
@@ -1,3 +1,8 @@
+2006-09-26  Andreas Köhler  <andi5.py at gmx.net>
+
+	* src/gnome-utils/gnc-query-list.c:
+	  Initialize sort order in query lists. Fixes #357481.
+
 2006-09-26  Derek Atkins  <derek at ihtfp.com>
 
 	Add the ability to override the default sort (#150799).

Modified: gnucash/branches/2.0/src/gnome-utils/gnc-query-list.c
===================================================================
--- gnucash/branches/2.0/src/gnome-utils/gnc-query-list.c	2006-09-27 17:07:17 UTC (rev 14906)
+++ gnucash/branches/2.0/src/gnome-utils/gnc-query-list.c	2006-09-27 17:08:56 UTC (rev 14907)
@@ -138,6 +138,9 @@
 
   /* Initialize the CList */
   gnc_query_list_init_clist(list);
+
+  /* Set initial sort order */
+  gnc_query_list_set_query_sort(list, TRUE);
 }
 
 



More information about the gnucash-changes mailing list