[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gcal] Update to Swedish holidays
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-gcal] Update to Swedish holidays |
Date: |
Mon, 13 Jun 2016 11:13:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hi Göran,
Göran Uddeborg <address@hidden> writes:
>
> --- src/hd-data4.c~ 2015-01-02 14:06:39.000000000 +0100
> +++ src/hd-data4.c 2016-06-12 18:01:40.000000000 +0200
> @@ -2488,7 +2488,8 @@
> holiday (*init_data, detected, _(hd_text[HD_MOTHERS_DAY].ht_text),
> ptr_cc_id, DIS_HLS_PREF, day, 5, year, hd_elems, fday, count);
> holiday (*init_data, detected, _(hd_text[HD_NATIONAL_HOLIDAY].ht_text),
> - ptr_cc_id, DIS_HLS_PREF2, 6, 6, year, hd_elems, fday, count);
> + ptr_cc_id, year >= 2005 ? "+" : DIS_HLS_PREF2, 6, 6, year,
> hd_elems,
> + fday, count);
> holiday (*init_data, detected, _(hd_text[HD_THE_QUEENS_BIRTHDAY].ht_text),
> ptr_cc_id, DIS_HLS_PREF, 23, MONTH_MAX, year, hd_elems, fday,
> count);
thanks for your interest in gcal. Could you please use git to format
your patch (git format-patch)?
Thanks,
Giuseppe
- [Bug-gcal] Update to Swedish holidays, Göran Uddeborg, 2016/06/12
- Re: [Bug-gcal] Update to Swedish holidays,
Giuseppe Scrivano <=
- Re: [Bug-gcal] Update to Swedish holidays, Göran Uddeborg, 2016/06/13
- Re: [Bug-gcal] Update to Swedish holidays, Göran Uddeborg, 2016/06/13
- Re: [Bug-gcal] Update to Swedish holidays, Giuseppe Scrivano, 2016/06/13
- Re: [Bug-gcal] Update to Swedish holidays, Göran Uddeborg, 2016/06/13
- Re: [Bug-gcal] Update to Swedish holidays, Giuseppe Scrivano, 2016/06/13