When setting the GtkCalendar date when clicking the date button when using "Leave By" or "Arrive By" we need to subtact one to the month value, as the select_month() method expects 0-based months.
Fixes #447 (closed)
When setting the GtkCalendar date when clicking the date button when using "Leave By" or "Arrive By" we need to subtact one to the month value, as the select_month() method expects 0-based months.
Fixes #447 (closed)