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 385950 - showing an about dialogue on another screen
showing an about dialogue on another screen
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-14 18:59 UTC by Christian Persch
Modified: 2012-01-26 04:55 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
proposed patch (5.29 KB, patch)
2006-12-14 18:59 UTC, Christian Persch
none Details | Review

Description Christian Persch 2006-12-14 18:59:16 UTC
gtk_show_about_dialog with NULL parent always shows it on the default screen. Sometimes you want to show an about dialogue on another screen but don't have a parent there (for example, from a status icon on the other screen). So I propose gtk_show_about_dialog_on_screen.
Comment 1 Christian Persch 2006-12-14 18:59:38 UTC
Created attachment 78383 [details] [review]
proposed patch
Comment 2 Matthias Clasen 2008-05-24 20:33:06 UTC
Can you describe a use case for this ?
I just can't imagine. 
Comment 3 Christian Persch 2008-05-30 18:44:38 UTC
The original motivation for that patch was bug 336504 comment 7.
A somewhat contrived use case is showing an about dialogue from click/context menu on a status icon on a different screen than the programme's main window is on.