Update bug tracker URLs.
This commit is contained in:
@ -1286,7 +1286,7 @@ ReadImage (FILE *fd,
|
||||
g_set_error (error, PIKA_PLUG_IN_ERROR, 0,
|
||||
_("Can't handle non-alpha RGB frames.\n"
|
||||
"Please file a bug report at "
|
||||
"https://gitlab.gnome.org/GNOME/pika/issues"));
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/issues/"));
|
||||
pika_image_delete (*image);
|
||||
*image = NULL;
|
||||
return FALSE;
|
||||
|
@ -224,7 +224,7 @@ heif_create_procedure (PikaPlugIn *plug_in,
|
||||
|
||||
/* HEIF is an ISOBMFF format whose "brand" (the value after "ftyp")
|
||||
* can be of various values.
|
||||
* See also: https://gitlab.gnome.org/GNOME/pika/issues/2209
|
||||
* See also: https://heckin.technology/AlderconeStudio/PIKApp/issues//2209
|
||||
*/
|
||||
pika_file_procedure_set_magics (PIKA_FILE_PROCEDURE (procedure),
|
||||
"4,string,ftypheic,4,string,ftypheix,"
|
||||
|
@ -195,7 +195,7 @@ foreach plugin : common_plugins_list
|
||||
copy: true,
|
||||
)
|
||||
|
||||
# See https://gitlab.gnome.org/GNOME/pika/-/issues/8537
|
||||
# See https://gitlab.gnome.org/GNOME/gimp/-/issues/8537
|
||||
if generate_version_h
|
||||
compile_resources_depfiles = []
|
||||
compile_resources_depends = [ gitversion_h ]
|
||||
|
@ -336,7 +336,7 @@ help_load_idle (gpointer data)
|
||||
|
||||
procedure = pika_pdb_lookup_procedure (pika_get_pdb (),
|
||||
idle_help->procedure);
|
||||
return_vals = pika_procedure_run (procedure, "domain-names", uri, NULL);
|
||||
return_vals = pika_procedure_run (procedure, "url", uri, NULL);
|
||||
pika_value_array_unref (return_vals);
|
||||
|
||||
g_free (uri);
|
||||
|
@ -190,7 +190,7 @@
|
||||
)
|
||||
|
||||
(define (pika-online-bugs-features)
|
||||
(plug-in-web-browser "https://gitlab.gnome.org/GNOME/pika/issues")
|
||||
(plug-in-web-browser "https://heckin.technology/AlderconeStudio/PIKApp/issues/")
|
||||
)
|
||||
|
||||
; (define (pika-online-plug-in-web-site)
|
||||
|
Reference in New Issue
Block a user