GNOME Bugzilla – Bug 331822
Wrong transient window for startup programs error dialog
Last modified: 2006-07-26 14:13:35 UTC
The error dialog that is displayed when you try to add an empty command to the list of startup programs, is "transient for" the wrong window (the main dialog, while it should be the entry dialog). This causes strange window focus effects if metacity is used in sloppy focus mode. I'll attach a one line patch that fixes the problem.
Created attachment 59742 [details] [review] Proposed fix Note: '*dialog' is not a typo, it really is correct :)
Is it ok if I commit this (trivial one-liner) patch?
Fixed in HEAD (you just need to modify the first argument of gtk_dialog_new()). Thanks!