[gimp] Issue #5623: https://gimp.org/gimp_versions.json is redirected…
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #5623: https://gimp.org/gimp_versions.json is redirected…
- Date: Tue, 8 Sep 2020 19:13:38 +0000 (UTC)
commit 68a7431a10f90fe102a7266846775ba1b005cdeb
Author: Jehan <jehan girinstud io>
Date: Tue Sep 8 21:12:34 2020 +0200
Issue #5623: https://gimp.org/gimp_versions.json is redirected…
… to www.gimp.org.
app/gimp-update.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/gimp-update.c b/app/gimp-update.c
index 30957eddb8..017051009b 100644
--- a/app/gimp-update.c
+++ b/app/gimp-update.c
@@ -322,7 +322,7 @@ gimp_update_check (GimpCoreConfig *config)
else
gimp_versions = g_file_new_for_uri ("https://testing.gimp.org/gimp_versions.json");
#else
- gimp_versions = g_file_new_for_uri ("https://gimp.org/gimp_versions.json");
+ gimp_versions = g_file_new_for_uri ("https://www.gimp.org/gimp_versions.json");
#endif
g_file_load_contents_async (gimp_versions, NULL, gimp_check_updates_callback, config);
g_object_unref (gimp_versions);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]