diff --git a/ChangeLog b/ChangeLog index c95ad7d069..f3c502e60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-23 Sven Neumann + + * plug-ins/common/url.c (query): register the plug-in for https + as well. Most wget installations seem to handle this nowadays. + 2003-04-21 Pedro Gimeno * configure.in: Removed the plug-ins/tools/Makefile line that was diff --git a/plug-ins/common/url.c b/plug-ins/common/url.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/common/url.c +++ b/plug-ins/common/url.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void diff --git a/plug-ins/uri/uri-backend-wget.c b/plug-ins/uri/uri-backend-wget.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/uri/uri-backend-wget.c +++ b/plug-ins/uri/uri-backend-wget.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void diff --git a/plug-ins/uri/uri.c b/plug-ins/uri/uri.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/uri/uri.c +++ b/plug-ins/uri/uri.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void