8d2e1340cf
The e_day_view_show_popup_menu() can be called with event_num = -1, which is when the mouse doesn't hover above any event. The function tooltip_get_view_event() claims a runtime warning in this case, thus avoid it by properly testing the passed-in value.