Use icaltime_is_utc() instead of icaltimetype::is_utc
commit6c1361b40ebe366e26979dd4c9923ee9cee8fe5f
authorMilan Crha <mcrha@redhat.com>
Wed, 4 Oct 2017 09:57:56 +0000 (4 11:57 +0200)
committerMilan Crha <mcrha@redhat.com>
Wed, 4 Oct 2017 09:57:56 +0000 (4 11:57 +0200)
treea56725240349afae4bc793cd6aad6adb6163cb20
parentb43f98751fad7f6666e2d5aebde1c396e7c2694b
Use icaltime_is_utc() instead of icaltimetype::is_utc

The structure member is going to be removed from libical in the next release
and the function is available for a long time, thus it's safe to replace
the usage in the code.
src/calendar/gui/comp-util.c
src/calendar/gui/e-cal-component-preview.c
src/calendar/gui/e-comp-editor-event.c
src/calendar/gui/e-comp-editor-page-recurrence.c
src/calendar/gui/e-comp-editor-property-part.c
src/calendar/gui/e-comp-editor-task.c
src/calendar/gui/e-meeting-store.c
src/calendar/gui/e-to-do-pane.c
src/calendar/gui/itip-utils.c
src/modules/itip-formatter/itip-view.c