dmedvinsky / gsimplecal

Simple and lightweight GTK calendar (BSD license)
http://dmedvinsky.github.io/gsimplecal
Other
197 stars 19 forks source link

Fix datetime initialization #48

Closed m-bartlett closed 2 years ago

m-bartlett commented 2 years ago

Reverted to old struct initialization in reference to https://github.com/dmedvinsky/gsimplecal/pull/46#issuecomment-1183274366

Fixed day offset bug which turned out to be a month indexing inconsistency in GLib mentioned here https://github.com/dmedvinsky/gsimplecal/pull/46#issuecomment-1156682169

Now frees datetime object after use.

dmedvinsky commented 2 years ago

Thanks a lot!