Update bug tracker URLs.
This commit is contained in:
@ -2451,7 +2451,7 @@ pika_statusbar_queue_pos_redraw (gpointer data)
|
||||
* The goal of this is to avoid the label size jumping up and
|
||||
* down. Actually it was not a problem on Linux, but this was
|
||||
* reported on macOS.
|
||||
* See: https://gitlab.gnome.org/GNOME/pika/-/merge_requests/572#note_1389445
|
||||
* See: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/572#note_1389445
|
||||
* So we just compute what looks like a reasonable "biggest size"
|
||||
* in worst cases.
|
||||
* Of course, it could still happen for people going way
|
||||
|
@ -5101,7 +5101,7 @@ register_image_procs (PikaPDB *pdb)
|
||||
"pika-image-get-imported-file");
|
||||
pika_procedure_set_static_help (procedure,
|
||||
"Returns the imported file for the specified image.",
|
||||
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.",
|
||||
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Pika format, this procedure returns %NULL.",
|
||||
NULL);
|
||||
pika_procedure_set_static_attribution (procedure,
|
||||
"Eric Grivel <pika@lumenssolutions.com>",
|
||||
|
@ -1066,7 +1066,7 @@ pika_dialog_factory_add_foreign (PikaDialogFactory *factory,
|
||||
* This function correctly positions a dialog on re-showing so it
|
||||
* appears where it was before it was hidden.
|
||||
*
|
||||
* See https://gitlab.gnome.org/GNOME/pika/issues/1093
|
||||
* See https://gitlab.gnome.org/GNOME/gimp/issues/1093
|
||||
**/
|
||||
void
|
||||
pika_dialog_factory_position_dialog (PikaDialogFactory *factory,
|
||||
|
@ -432,7 +432,7 @@ pika_sample_point_editor_points_changed (PikaSamplePointEditor *editor)
|
||||
|
||||
/* Keep that many color frames around so they remember their color
|
||||
* model. Let's hope nobody uses more and notices they get reset to
|
||||
* "pixel". See https://gitlab.gnome.org/GNOME/pika/issues/1805
|
||||
* "pixel". See https://gitlab.gnome.org/GNOME/gimp/issues/1805
|
||||
*/
|
||||
#define RANDOM_MAGIC 16
|
||||
|
||||
|
Reference in New Issue
Block a user