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 324896 - "Restore Session" dialog should be centered on screen
"Restore Session" dialog should be centered on screen
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
git master
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-12-23 19:06 UTC by Christian Neumair
Modified: 2005-12-23 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Neumair 2005-12-23 19:06:38 UTC
The "restore session" dialog should be centered on the user's screen by calling
 gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
in
 src/ephy-session.c:offer_to_resume
Comment 1 Christian Neumair 2005-12-23 19:18:53 UTC
20:09:43 <chpe> I think that's reasonable (...)
(...)
20:12:24 <chpe> Manny: you may commit that change :)