GNOME Bugzilla – Bug 330303
theme-manager "theme details" window should be transient wrt main window
Last modified: 2007-01-06 19:09:40 UTC
Currently the theme-manager's main window can cover the "theme details" window. That should not be possible because one might accidently bring the main window to front and cover the details.
Created attachment 59280 [details] [review] gnomecc-themedetails-transient.diff
Reassigning to dobey, as discussed on IRC. Dobey, ok to commit?
Looks fine to me, although I guess the dialog variable in gnome_theme_details_show () is no longer needed.
The dialogs can be used in the same time, any reason to force that stack order?
I think the question is, why would you want to use both that the same time? From a usability point of view, I think it would be clearer if you could only use one at a time, to distinguish between the advanced and simple interfaces. Having two windows open at the same time to do the same thing just adds redundancy into the interface. As a related aside, it's also possible to open the theme capplet multiple times. For the same reason as above, I don't think this is a very good idea. Just because it does work, doesn't mean it isn't confusing or illogical for the user!
Looks like the changes to the type hint of the main window may have fixed this?
Closing as per my last comment.