mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Improve the performance of the listen_for_accounts function. Never
rebuild the list_store from scratch as the time required to sort each account insertion takes forever with a large number of accounts. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13778 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2006-04-13 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/account-quickfill.c: Improve the performance of
|
||||
the listen_for_accounts function. Never rebuild the list_store
|
||||
from scratch as the time required to sort each account insertion
|
||||
takes forever with a large number of accounts.
|
||||
|
||||
* src/gnome-utils/window-main-summarybar.c:
|
||||
* src/gnome/dialog-commodities.c:
|
||||
* src/engine/engine.scm:
|
||||
|
||||
Reference in New Issue
Block a user