GNOME Bugzilla – Bug 615273
sound-recorder 'save before closing' dialog should be application-modal, not system-modal
Last modified: 2010-06-22 22:01:39 UTC
Created attachment 158273 [details] [review] Patch to make confirmation dialog application-modal For some reason the confirmation dialogue is not made transient to the application, which means that Window Managers are unable to maintain correct relationship between this dialogue and the application, e.g., it is possible to raise the application above the dialogue or even end up with the dialogue on a different workspace than the application itself. The attached patch fixes this.
Thanks, that is indeed better. commit 0450d9019312edd55feb138e2b5cbec9b0235896 Author: Tomas Frydrych <tf@linux.intel.com> Date: Fri Apr 9 10:13:29 2010 +0100 Make confirmation dialog application modal instead of system modal This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.