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 331822 - Wrong transient window for startup programs error dialog
Wrong transient window for startup programs error dialog
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
git master
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-19 22:43 UTC by Wouter Bolsterlee (uws)
Modified: 2006-07-26 14:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (405 bytes, patch)
2006-02-19 22:45 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2006-02-19 22:43:41 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.
Comment 1 Wouter Bolsterlee (uws) 2006-02-19 22:45:43 UTC
Created attachment 59742 [details] [review]
Proposed fix

Note: '*dialog' is not a typo, it really is correct :)
Comment 2 Wouter Bolsterlee (uws) 2006-03-23 15:46:20 UTC
Is it ok if I commit this (trivial one-liner) patch?
Comment 3 Vincent Untz 2006-07-26 14:13:35 UTC
Fixed in HEAD (you just need to modify the first argument of gtk_dialog_new()).
Thanks!