[Pkg-gnome-extras-maintainers] Bug#1145660: gucharmap: unreadable text due to hardcoded colour
astian
astian at memeware.net
Thu Aug 27 04:39:27 BST 2026
Tiny corrections:
On 26 Aug 2026 12:16 +0000, astian wrote:
>[02-avoid-nul-truncation-warning.patch (text/x-patch, attachment)]
>The LHS is a string constant, it already has an implicit NUL terminator.
s/LHS/RHS/
Derp.
>[03-dont-hardcode-link-colour.patch (text/x-patch, attachment)]
>+ g_object_set (tag, "foreground-rgba", &link_colour, NULL);
I guess GObject perfectionists might want the cast/debug macro here:
g_object_set (G_OBJECT (tag), "foreground-rgba", &link_colour, NULL);
More information about the pkg-gnome-extras-maintainers
mailing list