Merge branch 'ricotz/vala' into 'mainline'
Don't use unsupported vala syntax See merge request GNOME/geary!527
This commit is contained in:
commit
42b13b827d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue