mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update bug tracker URL
Change all instances of bugzilla.gnome.org to bugs.gnucash.org, reflecting our migration to a self-hosted bug tracker. Inform the Translation Project Coordinator at release that this affects translatable strings and that all message catalogs have been updated.
This commit is contained in:
@@ -109,7 +109,7 @@ class Session(GnuCashCoreClass):
|
||||
# New xml file can't be loaded, new sql store
|
||||
# has to be loaded before it can be altered
|
||||
# Any existing store obviously has to be loaded
|
||||
# More background: https://bugzilla.gnome.org/show_bug.cgi?id=726891
|
||||
# More background: https://bugs.gnucash.org/show_bug.cgi?id=726891
|
||||
if book_uri[:3] != "xml" or not is_new:
|
||||
self.load()
|
||||
except GnuCashBackendException as backend_exception:
|
||||
|
||||
Reference in New Issue
Block a user