Skip to content

Fix crashes when e_cal_util_get_system_timezone() returns NULL

Michael Catanzaro requested to merge mcatanzaro/#419 into master

The return value is nullable so gnome-calendar had better check it.

I assume falling back to UTC is a sane behavior in this case.

Fixes #419 (closed)

Merge request reports