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:
John Ralls
2018-07-13 09:49:33 -07:00
parent e6ea84ba58
commit 756f444ac3
122 changed files with 287 additions and 287 deletions

View File

@@ -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: