gnucash maint: GSettings hotfix - resolve crash due to bad schema reference

Geert Janssens gjanssens at code.gnucash.org
Mon Sep 27 03:20:31 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/b7001b52 (commit)
	from  https://github.com/Gnucash/gnucash/commit/10c1223d (commit)



commit b7001b52cf2842f056b7ad919791734462f2b1a4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 27 09:20:10 2021 +0200

    GSettings hotfix - resolve crash due to bad schema reference

diff --git a/gnucash/gschemas/org.gnucash.GnuCash.deprecated.gschema.xml.in b/gnucash/gschemas/org.gnucash.GnuCash.deprecated.gschema.xml.in
index 7050d4da1..7e626fd75 100644
--- a/gnucash/gschemas/org.gnucash.GnuCash.deprecated.gschema.xml.in
+++ b/gnucash/gschemas/org.gnucash.GnuCash.deprecated.gschema.xml.in
@@ -1668,7 +1668,7 @@ For example setting this to 2.0 will display reports at twice their typical size
       <summary>Last pathname used</summary>
       <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
     </key>
-    <child name="connection-dialog" schema="org.gnucash.GnuCash.dialogs.import.hbci.connection-dialog"/>
+    <child name="connection-dialog" schema="org.gnucash.dialogs.import.hbci.connection-dialog"/>
   </schema>
 
   <schema id="org.gnucash.dialogs.import.hbci.connection-dialog" path="/org/gnucash/dialogs/import/hbci/connection-dialog/">



Summary of changes:
 gnucash/gschemas/org.gnucash.GnuCash.deprecated.gschema.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list