mate-desktop / atril

A document viewer for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
203 stars 62 forks source link

ev-window.c: only create a EvWebView if needed #531

Closed mbkma closed 3 years ago

mbkma commented 3 years ago

A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.

Fixes #529