When opening an event with no description, the description field displays the description of the last selected event and the following error appears in the console:
Gtk-CRITICAL **: 15:11:18.767: gtk_text_buffer_set_text: assertion 'text != NULL' failed
The code in event-panel.c should check if the description retrieved from the icalcomponent is NULL and if so, clear the text buffer using gtk_text_buffer_delete
When opening an event with no description, the description field displays the description of the last selected event and the following error appears in the console:
The code in
event-panel.cshould check if the description retrieved from theicalcomponentisNULLand if so, clear the text buffer using gtk_text_buffer_delete