talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8d14c43a29b4d51bfd36cda6ac9e023d4bc87f9e
parent 9327286516f1f545795b741921ec8c8939afe595
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat,  4 Mar 2017 00:45:18 +0100

webkitglobals.h exists since 1.3.10, not 1.3.13.

Patch by Olaf Hering <olaf at aepfle.de>

Diffstat:
Msrc/plugins/fancy/fancy_viewer.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/fancy/fancy_viewer.h b/src/plugins/fancy/fancy_viewer.h @@ -33,7 +33,7 @@ #include <webkit/webkitversion.h> #include <webkit/webkitwebframe.h> #include <webkit/webkitnetworkrequest.h> -#if WEBKIT_CHECK_VERSION (1,3,13) +#if WEBKIT_CHECK_VERSION (1,3,10) #include <webkit/webkitglobals.h> #endif #include <prefs_common.h>