GNOME Bugzilla – Bug 323600
Error dialogue can not be closed
Last modified: 2006-12-19 15:34:57 UTC
If you try to create a new audio profile within Sound Juicer with the same name as an existing profile, the resulting error message dialogue window can not be closed. Only after the preferences window has been closed will it go away. This does not happen if you run gnome-audio-profiles-properties manually.
Confirmed with Sound Juicer 2.12.2 in Ubuntu Breezy.
This is probably a gnome-media bug, and it still occurs in 2.14.1 where the preferences dialog isn't modal.
This was reported in https://launchpad.net/products/sound-juicer/+bug/42744 as well and is reproducible with 2.15.4.
Created attachment 71738 [details] [review] patch to fix dialogs
Comment on attachment 71738 [details] [review] patch to fix dialogs This patch fixes the error dialog not being able to be closed. Also it fixes the confirm delete window not having the proper parent. One other thing I removed an error dialog for a condition that was impossible due to the button not being sensitive (deleting profile button with nothing selected).
Oh and I am really sorry about all the emails, but this bug needs to be assigned to gnome-media.
Will commit after the code freeze.
Still happening with GNOME 2.16.0, maybe the patch can be commited before 2.16.1?
Commited to HEAD. Thanks for the patch.