GNOME Bugzilla – Bug 604182
Do not block UI with publish-calendar messages
Last modified: 2010-09-10 12:35:26 UTC
Moving from downstream bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=543728 As of Evo 2.28, every time a calendar is published, a dialog box is displayed with success/failure. This block the UI is and is rather inconvenient. The notification should be displayed using notification functionality already available in Gnome. This functionality is already used by Evo, for instance when new mail arrives. So, it should be no problem to implement. Version-Release number of selected component (if applicable): evolution-2.28.0-2.fc12.i686 How reproducible: Always. Steps to Reproduce: 1. Select a calendar to publish on the web. 2. Wait for notification when it gets published. Actual results: Notification blocks UI. Expected results: Should use regular Gnome notification machinery for this. Additional info: This was not the case in Evo 2.26. There was no notification at all, which is bad, but not as bad as this.
Created attachment 149448 [details] [review] evo patch for evolution; This makes it do what you want. I'm committing to a development branch only.
Created commit fe29acd in evo master (2.29.4+)
And a little commit 1407aa3 to evo master to hide variable which is used only with HAVE_LIBNOTIFY.
*** Bug 614337 has been marked as a duplicate of this bug. ***
*** Bug 626771 has been marked as a duplicate of this bug. ***