[PATCH 5/4] Add UTC+14 to the color_codes array

David Shea dshea at redhat.com
Tue Nov 5 22:20:33 UTC 2013


On 11/05/2013 05:13 PM, David Shea wrote:
> ---
>   widgets/src/TimezoneMap.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/widgets/src/TimezoneMap.c b/widgets/src/TimezoneMap.c
> index 37bec3b..a9b7182 100644
> --- a/widgets/src/TimezoneMap.c
> +++ b/widgets/src/TimezoneMap.c
> @@ -114,6 +114,7 @@ static AnacondaTimezoneMapOffset color_codes[] =
>       {43200, 255, 204, 0, 255 }, /* 12 */
>       {45900, 254, 74, 100, 248 },/* 12.75 */
>       {46800, 255, 85, 153, 250 },/* 13 */
> +    {50400, 34, 90, 94, 255 },  /* 14 */
>       {G_MAXLONG, 0, 0, 0, 0 }
>   };
>   
Actually, hold off on this one. I thought that this one zone was the 
only one missing, but, whoops, not so much.


More information about the anaconda-patches mailing list