User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070924 BonEcho/2.0.0.7 Build Identifier: When defining a new event, and clicking on the 'disk' icon, the event is not added to the event list (as it was before, I seem to recall). This is somewhat disconcerting, as there is no visual confirmation of the addition (except for the 'bold'ing of the date, but that is only for the first addition Reproducible: Always Steps to Reproduce: 1.Add a new event 2. 3. Actual Results: Event is not added to the event list Expected Results: Appear on the event list This is today's snapshot. (as was my previous bug, BTW)
Indeed this was removed from 4.5 for two reasons: 1) we now have also teh day view, which should behave similarly 2) It caused core dump if the event list window was closed: Appointment.c : save_xfical_from_appt_win : (line 2400) /* FIXME: Removed since it fails if event_list window has been removed. * We should check that it really still exists, before calling this. if (apptw->el != NULL) refresh_el_win((el_win *)apptw->el); */ I was actually waiting if somebody notices it...so it seems I need to do this properly after all. Agree it is ugyl now.
This is somewhat un-linux, but still better (IMHO) than it is now: You could simply make the event definition window Modal, so the Event list cannot be closed at all.
Fixed in Orage 4.5.12.4-svn (revision 26600).
modified also day list to work similarly.
window list and day wiew are refreshed if events started from those are modified. (if event is started from other places, event list and day are not refreshed automatically)