GNOME Bugzilla – Bug 778644
Details in detailed event dialog can be different from the real details of the event
Last modified: 2017-02-20 11:30:35 UTC
The details displayed in Detailed event dialog on clicking some event can be different from the real detail of the event. How to reproduce: 1. Create some event (in any view) 2. Click on the event (which shall show detailed event dialog) 3. Do some modifications Eg: change title, or add notes 4. Press 'Escape' key 5. Now click on the event again Result: The detailed event entry dialog displays the last modified data. Expected Result: Each time a new event entry dialog is shown, the data about the event should be refreshed.
Created attachment 346256 [details] [review] window: reset edit dialog's event on response Currently, we keep the to-be-edited event of the Edit dialog when it sends any response. However, this can cause issues since we can edit the event, press Esc and see that the event didn't change but Edit dialog keeps the changes. Fix that by always resetting the edited event to NULL after a response.
Attachment 346256 [details] pushed as aa9b83a - window: reset edit dialog's event on response