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 767532 - Prevent Open New window (CTRL+N) from closing index menu
Prevent Open New window (CTRL+N) from closing index menu
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-11 13:22 UTC by Bijan Binaee
Modified: 2016-06-19 11:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: Preserve side pane on opening new window (732 bytes, patch)
2016-06-11 13:22 UTC, Bijan Binaee
committed Details | Review

Description Bijan Binaee 2016-06-11 13:22:38 UTC
Created attachment 329614 [details] [review]
PATCH: Preserve side pane on opening new window

If user make the side pane visible, and then he close the window and reopen it  evince remember side pane state thanks to GSetting, which is a correct behaviour.
Nevertheless if user try to open a copy from current document (by pressing <ctrl>+N), no matter what his side pane setting is, evince decide to hide the new window side pane.

Here I attached a patch which fix this problem.
It may or may not be in a dirty way.
Comment 1 Carlos Garcia Campos 2016-06-19 11:39:57 UTC
Comment on attachment 329614 [details] [review]
PATCH: Preserve side pane on opening new window

Yes, I think it makes sense to use the chrome in the new window. Thanks!