Merge branch 'ricotz/vala' into 'mainline'

Don't use unsupported vala syntax

See merge request GNOME/geary!527
This commit is contained in:
Michael Gratton 2020-07-03 10:48:47 +00:00
commit 42b13b827d

View file

@ -108,7 +108,7 @@ namespace Util.Avatar {
public Gdk.RGBA get_color_for_name(string name) {
// https://gitlab.gnome.org/Community/Design/HIG-app-icons/blob/master/GNOME%20HIG.gpl
const double[,3] GNOME_COLOR_PALETTE = {
const double[,] GNOME_COLOR_PALETTE = {
{ 98, 160, 234 },
{ 53, 132, 228 },
{ 28, 113, 216 },