gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Tue Aug 11 17:51:24 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/774a0d2f (commit)
via https://github.com/Gnucash/gnucash/commit/7745f895 (commit)
from https://github.com/Gnucash/gnucash/commit/e0ac5f4b (commit)
commit 774a0d2f40751075d26a5525624eb871eb451a50
Merge: e0ac5f4bdc 7745f89580
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Aug 11 14:50:06 2026 -0700
Merge Bruce Schuck's 'rm-morningstaruk' into stable.
commit 7745f8958027d736d6637cc2eed5e22c4b6df361
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date: Mon Aug 10 12:23:22 2026 -0700
Removed MorningstarUK and MorningstarCH
diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index a5c2adc07f..e954dd3841 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -206,8 +206,6 @@ static QuoteSourceList single_quote_sources =
{ false, SOURCE_SINGLE, NC_("FQ Source", "GoldMoney precious metals"), "goldmoney" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Google Web, US Stocks"), "googleweb" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Market Watch"), "marketwatch" },
- { false, SOURCE_SINGLE, NC_("FQ Source", "Morningstar, CH"), "morningstarch" },
- { false, SOURCE_SINGLE, NC_("FQ Source", "Morningstar, GB"), "morningstaruk" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Morningstar, JP"), "morningstarjp" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Motley Fool"), "fool" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "New Zealand stock eXchange, NZ"), "nzx" },
@@ -242,7 +240,7 @@ static QuoteSourceList multiple_quote_sources =
{ false, SOURCE_MULTI, NC_("FQ Source", "India (BSEIndia, NSEIndia)"), "india"},
{ false, SOURCE_MULTI, NC_("FQ Source", "Nasdaq (Alphavantage, FinanceAPI, â¦)"), "nasdaq" },
{ false, SOURCE_MULTI, NC_("FQ Source", "NYSE (Alphavantage, FinanceAPI, â¦)"), "nyse" },
- { false, SOURCE_MULTI, NC_("FQ Source", "U.K. Funds (FTfunds, MorningstarUK)"), "ukfunds" },
+ { false, SOURCE_MULTI, NC_("FQ Source", "U.K. Funds (FTfunds)"), "ukfunds" },
{ false, SOURCE_MULTI, NC_("FQ Source", "USA (Alphavantage, FinanceAPI, â¦)"), "usa" },
};
Summary of changes:
libgnucash/engine/gnc-commodity.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
More information about the gnucash-changes
mailing list