[libgda] GNOME Bugzilla has been replaced by GNOME Gitlab
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] GNOME Bugzilla has been replaced by GNOME Gitlab
- Date: Fri, 14 Sep 2018 18:10:03 +0000 (UTC)
commit b68723f67b8132e309005b9c0454434b0f545bd6
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Sep 14 20:08:45 2018 +0200
GNOME Bugzilla has been replaced by GNOME Gitlab
libgda/gda-server-provider.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-server-provider.c b/libgda/gda-server-provider.c
index 6ab462635..4474f16cc 100644
--- a/libgda/gda-server-provider.c
+++ b/libgda/gda-server-provider.c
@@ -2894,13 +2894,13 @@ meta_finalize_result (gpointer retval, GError **call_error, GError **loc_error)
if (loc_error && *loc_error && (*loc_error)->message)
g_set_error (call_error, GDA_SERVER_PROVIDER_ERROR,
GDA_SERVER_PROVIDER_INTERNAL_ERROR,
_("Internal error please report bug to "
- "http://bugzilla.gnome.org/ for the \"libgda\" product. "
+ "https://gitlab.gnome.org/GNOME/libgda/issues "
"Reported error is: %s"),
(*loc_error)->message);
else
g_set_error (call_error, GDA_SERVER_PROVIDER_ERROR,
GDA_SERVER_PROVIDER_INTERNAL_ERROR,
_("Internal error please report bug to "
- "http://bugzilla.gnome.org/ for the \"libgda\" product"));
+ "https://gitlab.gnome.org/GNOME/libgda/issues"));
if (loc_error)
g_clear_error (loc_error);
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]