mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use built-in glib functions to retrieve the list of per-currency price lists, concatenate them into a single list, instead of doing it all in hand-rolled loops. Sorting is preformed by the calling GncTreeViewPrice so this removes sorting from gnc_pricedb_nth_price. There's no concurrency concern because gnc_pricedb_nth_price is a GUI callback and so must run in the GUI thread.