Skip to content

gcal-event.c: coding style

The setter for _set_all_day was not near the corresponding getter, resulting in a harder to read code than it should have been.

I have moved the setter so that they're both together.

It's not a bug, it's just my first try in the open source world.

Merge request reports