Skip to content

Fixed Gtk-CRITICAL message while adding new appointment.

Erkki Moorits requested to merge erxus/orage:add-appointment-error-fix into master

While adding new appointment and external calendar was not present then following error was always printed (orage:98315): Gtk-CRITICAL **: 10:19:21.282: gtk_container_add: assertion 'GTK_IS_WIDGET (widget)' failed. This MR fixes this error.

Merge request reports