register the plug-in for https as well. Most wget installations seem to
2003-04-23 Sven Neumann <sven@gimp.org> * plug-ins/common/url.c (query): register the plug-in for https as well. Most wget installations seem to handle this nowadays.
This commit is contained in:

committed by
Sven Neumann

parent
9d0b0f5eb3
commit
ad3acb47bb
@ -1,3 +1,8 @@
|
||||
2003-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* 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 <pggimeno@wanadoo.es>
|
||||
|
||||
* configure.in: Removed the plug-ins/tools/Makefile line that was
|
||||
|
@ -91,7 +91,7 @@ query (void)
|
||||
|
||||
gimp_register_load_handler ("file_url_load",
|
||||
"",
|
||||
"http:,ftp:");
|
||||
"http:,https:,ftp:");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -91,7 +91,7 @@ query (void)
|
||||
|
||||
gimp_register_load_handler ("file_url_load",
|
||||
"",
|
||||
"http:,ftp:");
|
||||
"http:,https:,ftp:");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -91,7 +91,7 @@ query (void)
|
||||
|
||||
gimp_register_load_handler ("file_url_load",
|
||||
"",
|
||||
"http:,ftp:");
|
||||
"http:,https:,ftp:");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user