Skip to content

Draft: adds an option to open a document in a new window,...

josephmaher requested to merge josephmaher/evince:issue-316-open-new-window into main

Draft patch for issue 316: adds an option to open a document in a new window, even if evince already has a window open for that document.

I was able to build this applied to the current git tree and it seems to work.

I think there's a problem with the calls to ev_application_open_uri_at_dest - I got compile errors unless I added an extra parameter, but not sure what's happening here...

For reference: #316

Merge request reports