From: Deniz Türkoglu Date: Thu, 13 Feb 2014 11:44:21 +0000 (+0100) Subject: Disable webpreview to avoid user interactaction X-Git-Tag: 0.10-beta1~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=aff2b5e81f0e45f95c0e15303a9ec4e7ea36c555;hp=aff2b5e81f0e45f95c0e15303a9ec4e7ea36c555 Disable webpreview to avoid user interactaction If the user interacts with the webview, for instance click a button or type text in it, it crashes the client. Disable the webview so we still get the previews but can't interact with them. ---