diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-07-02 15:34:42 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-07-02 15:34:42 +0200 |
commit | 22ac2c6fecc98efd11d96dc3e04938b8777a3510 (patch) | |
tree | 7bc27d7ac6d1cb5a9ff964e0632078b58700a628 | |
parent | 1fc940697ac00b26cdafe7d79e555ce4f3ddd0c8 (diff) | |
download | gnome-contacts-22ac2c6fecc98efd11d96dc3e04938b8777a3510.tar.gz |
Don't use unsupported vala syntax
-rw-r--r-- | src/contacts-avatar-utils.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-avatar-utils.vala b/src/contacts-avatar-utils.vala index 15e8416..c5c6d61 100644 --- a/src/contacts-avatar-utils.vala +++ b/src/contacts-avatar-utils.vala @@ -126,7 +126,7 @@ namespace Contacts.AvatarUtils { 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 }, |