Add a wrapper function for g_utf8_collate that handles checking for

null pointers or null strings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13649 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-03-16 20:26:53 +00:00
parent e544b849d1
commit 59bafed825
7 changed files with 130 additions and 23 deletions

View File

@@ -1,5 +1,12 @@
2006-03-16 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-tree-view-commodity.c:
* src/gnome-utils/gnc-tree-view-price.c:
* src/engine/Account.c:
* src/core-utils/gnc-glib-utils.[ch]: Add a wrapper function for
g_utf8_collate that handles checking for null pointers or null
strings.
* src/gnome-utils/gnc-tree-model-account.[ch]:
* src/gnome-utils/gnc-tree-view-account.c: Move the computation of
accounting period balances into the model and colorize it.