GNOME Bugzilla – Bug 704369
Meeting change asks on save, but tries to send meeting update anyway
Last modified: 2013-08-09 09:00:05 UTC
While working on bug #703899, testing its patch, I noticed that the evolution asks whether it's OK to save the meeting (not send it, aka the "prompt-save-meeting-dragged-or-resized" message), when I drag a meeting which has only one attendee, the same as organizer, but then tries to send the meeting update anyway - a composer window is opened, which asks for a recipient. That means that either the question text is wrong, or no send should be done. The second is correct, from my point of view.
Created attachment 251222 [details] [review] evo patch for evolution; This reuses component_has_recipients() function on more places, effectively avoiding message send when there is no recipient available when changing events in a day view.
Created commit bdcbed9 in evo master (3.9.90+) Created commit e595044 in evo gnome-3-8 (3.8.5+)