After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323600 - Error dialogue can not be closed
Error dialogue can not be closed
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: media profiles
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-08 23:13 UTC by Sven Arvidsson
Modified: 2006-12-19 15:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
patch to fix dialogs (4.53 KB, patch)
2006-08-28 02:10 UTC, Stephen Cook
accepted-commit_after_freeze Details | Review

Description Sven Arvidsson 2005-12-08 23:13:13 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.
Comment 1 Teppo Turtiainen 2005-12-11 20:43:50 UTC
Confirmed with Sound Juicer 2.12.2 in Ubuntu Breezy.
Comment 2 Ross Burton 2006-03-29 21:25:37 UTC
This is probably a gnome-media bug, and it still occurs in 2.14.1 where the preferences dialog isn't modal.
Comment 3 Daniel Holbach 2006-07-27 14:56:51 UTC
This was reported in https://launchpad.net/products/sound-juicer/+bug/42744 as well and is reproducible with 2.15.4.
Comment 4 Stephen Cook 2006-08-28 02:10:17 UTC
Created attachment 71738 [details] [review]
patch to fix dialogs
Comment 5 Stephen Cook 2006-08-28 02:12:53 UTC
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).
Comment 6 Stephen Cook 2006-08-28 02:15:14 UTC
Oh and I am really sorry about all the emails, but this bug needs to be assigned to gnome-media.
Comment 7 Ronald Bultje 2006-09-03 20:19:44 UTC
Will commit after the code freeze.
Comment 8 Sebastien Bacher 2006-10-01 16:44:34 UTC
Still happening with GNOME 2.16.0, maybe the patch can be commited before 2.16.1?
Comment 9 Kjartan Maraas 2006-12-19 15:34:57 UTC
Commited to HEAD. Thanks for the patch.